summaryrefslogtreecommitdiff
path: root/starmath/inc/symbol.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-03-20 01:42:42 +0900
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2016-03-24 11:56:47 +0000
commit1048fd03bae1432af19a794312787d6e4627f3ed (patch)
treea5eba95b63162e0bf1237076cf450bf1df573f39 /starmath/inc/symbol.hxx
parent641c40b32aaea89add1c7acd3e17c949592c582a (diff)
starmath: Drop inline wrapper functions
Use corresponding static functions instead. Change-Id: I362744878d9c88de858cb957106c7a70a45122bb Reviewed-on: https://gerrit.libreoffice.org/23369 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'starmath/inc/symbol.hxx')
-rw-r--r--starmath/inc/symbol.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx
index 3b23e92ea581..225cb47907da 100644
--- a/starmath/inc/symbol.hxx
+++ b/starmath/inc/symbol.hxx
@@ -34,24 +34,6 @@
#define SYMBOL_NONE 0xFFFF
-
-inline const OUString GetUiSymbolName( const OUString &rExportSymbolName )
-{
- return SmLocalizedSymbolData::GetUiSymbolName( rExportSymbolName );
-}
-
-inline const OUString GetExportSymbolSetName( const OUString &rUiSymbolSetName )
-{
- return SmLocalizedSymbolData::GetExportSymbolSetName( rUiSymbolSetName );
-}
-
-
-inline const OUString GetUiSymbolSetName( const OUString &rExportSymbolSetName )
-{
- return SmLocalizedSymbolData::GetUiSymbolSetName( rExportSymbolSetName );
-}
-
-
class SmSym
{
private: