diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-03 13:10:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-03 16:03:34 +0200 |
commit | e037381f85413fe6329c54e49ccfcac88dd71048 (patch) | |
tree | 78bce79b46f2f5415d70214555ceccc84897dfbf /starmath/inc | |
parent | ca4701fec182d928ab3d39f2183dafecf90e430b (diff) |
loplugin:unusedfields in slideshow..svtools
Change-Id: I74d5a4b8cfc4b18267f99648a3112b163c91fd8c
Reviewed-on: https://gerrit.libreoffice.org/39474
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/symbol.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx index fbddd9f6f79b..7a3a79cd6210 100644 --- a/starmath/inc/symbol.hxx +++ b/starmath/inc/symbol.hxx @@ -43,7 +43,6 @@ private: OUString m_aSetName; sal_UCS4 m_cChar; bool m_bPredefined; - bool m_bDocSymbol; public: SmSym(); @@ -62,8 +61,6 @@ public: const OUString& GetExportName() const { return m_aExportName; } void SetExportName( const OUString &rName ) { m_aExportName = rName; } - void SetDocSymbol( bool bVal ) { m_bDocSymbol = bVal; } - // true if rSymbol has the same name, font and character bool IsEqualInUI( const SmSym& rSymbol ) const; }; |