summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-08-14 23:12:27 -0300
committerCaolán McNamara <caolanm@redhat.com>2013-08-15 09:33:36 +0000
commit9b7aa16a138ef4740deceac7d2e5bc6c8709b0c5 (patch)
treedf224d7154e450427e0627d7140ea34f80d2ac0d /starmath/inc
parent28293f6f28e704ef9aea34c755051b1df005a5d8 (diff)
Math: Remove not needed file
We don't need because this file just have one called function and just in one place. So, integrate this into mathmlexport and kill this file. Also remove some useless comments. Change-Id: Ia5749418d74c89be3d70dd5997fb90e1accf7f9e Reviewed-on: https://gerrit.libreoffice.org/5431 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/types.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/starmath/inc/types.hxx b/starmath/inc/types.hxx
index 7ef060e547fe..712f05a85c0b 100644
--- a/starmath/inc/types.hxx
+++ b/starmath/inc/types.hxx
@@ -34,8 +34,6 @@ inline sal_Bool IsInPrivateUseArea( sal_Unicode cChar ) { return 0xE000 <= cChar
// Greek char range as seen in svx/.../charmap.cxx RID_SUBSETSTR_BASIC_GREEK
inline sal_Bool IsGreekChar( sal_Unicode cChar ) { return 0x0370 <= cChar && cChar <= 0x03FF; }
-sal_Unicode ConvertMathPrivateUseAreaToUnicode( sal_Unicode cChar );
-
sal_Unicode ConvertMathToMathML( sal_Unicode cChar );
/////////////////////////////////////////////////////////////////