Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 533160 | Differences between
and this patch

Collapse All | Expand All

(-)a/sd/source/core/stlpool.cxx (-2 / +1 lines)
Lines 943-949 struct StyleSheetIsUserDefinedPredicate : svl::StyleSheetPredicate Link Here
943
943
944
    bool Check(const SfxStyleSheetBase& sheet) SAL_OVERRIDE
944
    bool Check(const SfxStyleSheetBase& sheet) SAL_OVERRIDE
945
    {
945
    {
946
        return !sheet.IsUserDefined();
946
        return sheet.IsUserDefined();
947
    }
947
    }
948
};
948
};
949
}
949
}
950
- 

Return to bug 533160