diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-25 11:03:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-25 12:03:50 +0200 |
commit | 2fffaf6f05d829e345ad8b391646a6e8df9a9a26 (patch) | |
tree | ec1b7343262433ee2ea9ab6e5197b6fd2327b685 /starmath | |
parent | f74da1315a5b2ec232a66944e41ff90231b383be (diff) |
loplugin:unusedmethods
Change-Id: Ia874baf21257e5fe41e104211068a2bcc50446eb
Reviewed-on: https://gerrit.libreoffice.org/40391
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/smmod.hxx | 2 | ||||
-rw-r--r-- | starmath/source/smmod.cxx | 7 |
2 files changed, 0 insertions, 9 deletions
diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx index f50e6d540b2f..12f9330d960f 100644 --- a/starmath/inc/smmod.hxx +++ b/starmath/inc/smmod.hxx @@ -91,8 +91,6 @@ public: SmMathConfig * GetConfig(); SmSymbolManager & GetSymbolManager(); - SmLocalizedSymbolData & GetLocSymbolData(); - static void GetState(SfxItemSet&); const SvtSysLocale& GetSysLocale(); diff --git a/starmath/source/smmod.cxx b/starmath/source/smmod.cxx index 5081050b291a..1a64ae16226e 100644 --- a/starmath/source/smmod.cxx +++ b/starmath/source/smmod.cxx @@ -189,13 +189,6 @@ SmSymbolManager & SmModule::GetSymbolManager() return GetConfig()->GetSymbolManager(); } -SmLocalizedSymbolData & SmModule::GetLocSymbolData() -{ - if (!mpLocSymbolData) - mpLocSymbolData.reset(new SmLocalizedSymbolData); - return *mpLocSymbolData; -} - const SvtSysLocale& SmModule::GetSysLocale() { if( !mpSysLocale ) |