summaryrefslogtreecommitdiffstats
path: root/starmath/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-26 11:14:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-26 12:25:56 +0200
commit98782932280d20ece450fa06a90c202fb8e2a26e (patch)
treef8092cc2c86641468a0edd77ca85bb4877b965f0 /starmath/inc
parentconvert SfxGroupId to scoped enum (diff)
downloadcore-98782932280d20ece450fa06a90c202fb8e2a26e.tar.gz
core-98782932280d20ece450fa06a90c202fb8e2a26e.zip
loplugin:unusedmethods
Change-Id: I7f26ee112ed89ee3e69c56930260565f66ff145b Reviewed-on: https://gerrit.libreoffice.org/40442 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/smmod.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx
index 12f9330d960f..81e21241264b 100644
--- a/starmath/inc/smmod.hxx
+++ b/starmath/inc/smmod.hxx
@@ -53,8 +53,7 @@ OUString SmResId(const char* pId);
class SmLocalizedSymbolData
{
public:
- SmLocalizedSymbolData();
- ~SmLocalizedSymbolData();
+ SmLocalizedSymbolData() = delete;
static const OUString GetUiSymbolName( const OUString &rExportName );
static const OUString GetExportSymbolName( const OUString &rUiName );