diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 20:41:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 07:50:46 -0600 |
commit | 7d99ec7f7ec095dfa0d203f5eb43bab0e69256be (patch) | |
tree | 0fbe4279986d6b3d9a28c602e8e433632cd6d5a0 /starmath/inc/symbol.hxx | |
parent | 35e44118b8e55b2263bd10e8b11d9ac4e043228b (diff) |
Remove visual noise from starmath
Change-Id: I45a716abba68521c5ebc203eed205e717efead7b
Reviewed-on: https://gerrit.libreoffice.org/8315
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/inc/symbol.hxx')
-rw-r--r-- | starmath/inc/symbol.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx index bea8d26685f4..6dd282e44c9a 100644 --- a/starmath/inc/symbol.hxx +++ b/starmath/inc/symbol.hxx @@ -38,7 +38,7 @@ #define SYMBOL_NONE 0xFFFF -//////////////////////////////////////////////////////////////////////////////// + inline const OUString GetExportSymbolName( const OUString &rUiSymbolName ) { @@ -62,7 +62,7 @@ inline const OUString GetUiSymbolSetName( const OUString &rExportSymbolSetName ) return SM_MOD()->GetLocSymbolData().GetUiSymbolSetName( rExportSymbolSetName ); } -//////////////////////////////////////////////////////////////////////////////// + class SmSym { |