summaryrefslogtreecommitdiffstats
path: root/sc/inc/stlpool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/stlpool.hxx')
-rw-r--r--sc/inc/stlpool.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/stlpool.hxx b/sc/inc/stlpool.hxx
index 842ae88737c5..71552552cc25 100644
--- a/sc/inc/stlpool.hxx
+++ b/sc/inc/stlpool.hxx
@@ -49,6 +49,8 @@ public:
void CopyStyleFrom( ScStyleSheetPool* pSrcPool,
const OUString& rName, SfxStyleFamily eFamily );
+ bool HasStandardStyles() { return bHasStandardStyles; }
+
ScStyleSheet* FindCaseIns( const OUString& rName, SfxStyleFamily eFam );
virtual SfxStyleSheetBase& Make( const OUString&, SfxStyleFamily eFam,
@@ -67,6 +69,7 @@ protected:
private:
SfxStyleSheetBase* pActualStyleSheet;
ScDocument* pDoc;
+ bool bHasStandardStyles;
};
#endif // INCLUDED_SC_INC_STLPOOL_HXX