diff options
Diffstat (limited to 'sc/inc/stlpool.hxx')
-rw-r--r-- | sc/inc/stlpool.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/stlpool.hxx b/sc/inc/stlpool.hxx index b9c00aaa049c..1b8e975d5d3b 100644 --- a/sc/inc/stlpool.hxx +++ b/sc/inc/stlpool.hxx @@ -49,7 +49,7 @@ public: void CopyStyleFrom( ScStyleSheetPool* pSrcPool, const OUString& rName, SfxStyleFamily eFamily ); - bool HasStandardStyles() { return bHasStandardStyles; } + bool HasStandardStyles() const { return bHasStandardStyles; } ScStyleSheet* FindCaseIns( const OUString& rName, SfxStyleFamily eFam ); |