diff options
Diffstat (limited to 'include/svl/style.hxx')
-rw-r--r-- | include/svl/style.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svl/style.hxx b/include/svl/style.hxx index 43849dd4977c..dafa95ecf30b 100644 --- a/include/svl/style.hxx +++ b/include/svl/style.hxx @@ -75,7 +75,6 @@ class SVL_DLLPUBLIC SfxStyleSheetBase : public comphelper::OWeakTypeObject { private: friend class SfxStyleSheetBasePool; - SVL_DLLPRIVATE static SfxStyleSheetBasePool& implGetStaticPool(); protected: SfxStyleSheetBasePool* pPool; // related pool @@ -218,8 +217,6 @@ public: SfxStyleSheetBasePool( SfxItemPool& ); SfxStyleSheetBasePool( const SfxStyleSheetBasePool& ); - const OUString& GetAppName() const { return aAppName; } - SfxItemPool& GetPool() { return rPool;} const SfxItemPool& GetPool() const { return rPool;} |