[Libreoffice-commits] core.git: starmath/inc
Takeshi Abe
tabe at fixedpoint.jp
Sat Jan 17 03:32:11 PST 2015
starmath/inc/symbol.hxx | 1 -
starmath/inc/types.hxx | 3 ---
2 files changed, 4 deletions(-)
New commits:
commit 8d279e8081162927dfb58c230433230101a35f4c
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Sat Jan 17 20:28:50 2015 +0900
Drop unused inline functions
Change-Id: Iba54fb717b4337ffe255d849a1c073f7baf7c921
diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx
index dc1f0bb..2b6df4f 100644
--- a/starmath/inc/symbol.hxx
+++ b/starmath/inc/symbol.hxx
@@ -137,7 +137,6 @@ public:
std::set< OUString > GetSymbolSetNames() const;
const SymbolPtrVec_t GetSymbolSet( const OUString& rSymbolSetName );
- sal_uInt16 GetSymbolCount() const { return static_cast< sal_uInt16 >(m_aSymbols.size()); }
const SymbolPtrVec_t GetSymbols() const;
bool AddOrReplaceSymbol( const SmSym & rSymbol, bool bForceChange = false );
void RemoveSymbol( const OUString & rSymbolName );
diff --git a/starmath/inc/types.hxx b/starmath/inc/types.hxx
index 7ab5b07..aeb1dcf 100644
--- a/starmath/inc/types.hxx
+++ b/starmath/inc/types.hxx
@@ -31,9 +31,6 @@ enum SmPrintSize { PRINT_SIZE_NORMAL, PRINT_SIZE_SCALED, PRINT_SIZE_ZOOMED };
inline bool IsInPrivateUseArea( sal_Unicode cChar ) { return 0xE000 <= cChar && cChar <= 0xF8FF; }
-// Greek char range as seen in svx/.../charmap.cxx RID_SUBSETSTR_BASIC_GREEK
-inline bool IsGreekChar( sal_Unicode cChar ) { return 0x0370 <= cChar && cChar <= 0x03FF; }
-
sal_Unicode ConvertMathToMathML( sal_Unicode cChar );
More information about the Libreoffice-commits
mailing list