diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-17 13:08:16 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-20 06:33:44 +0000 |
commit | 9f4f237a3834e5d58a87296424db5428f68d1550 (patch) | |
tree | 9e3e2fa55dc1a4d673d4c12e2af297bf32140204 /include/svl/style.hxx | |
parent | fcdddbd30a8b5cf6a5cc4d2ff28b7d4a20f8ec6b (diff) |
loplugin:unusedmethods svl
Change-Id: If86cc43fda4d138cf7f678d81fa2b35f68f3c03b
Reviewed-on: https://gerrit.libreoffice.org/17162
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
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;} |