diff options
Diffstat (limited to 'sc/inc/patattr.hxx')
-rw-r--r-- | sc/inc/patattr.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/inc/patattr.hxx b/sc/inc/patattr.hxx index a86e153a04f5..237889d156c9 100644 --- a/sc/inc/patattr.hxx +++ b/sc/inc/patattr.hxx @@ -19,8 +19,6 @@ * *************************************************************/ - - #ifndef SC_SCPATATR_HXX #define SC_SCPATATR_HXX @@ -38,7 +36,6 @@ class ScStyleSheet; class SvNumberFormatter; class ScDocument; - // how to treat COL_AUTO in GetFont: enum ScAutoFontColorMode @@ -125,6 +122,7 @@ public: sal_Bool IsVisible() const; sal_Bool IsVisibleEqual( const ScPatternAttr& rOther ) const; + sal_Bool IsEqual( const ScPatternAttr& rOther ) const; /** If font is an old symbol font StarBats/StarMath with text encoding RTL_TEXTENC_SYMBOL */ |