summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-04-24 12:57:55 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-04-24 12:57:55 +0000
commite3aa6cc89f795b116efe0f92d37fac08cb0ad085 (patch)
tree76f565cb507e40168f053a9bae089dd1d06b92bc /starmath/inc
parentc90f4daba7d9c34aa0acc6a2146a24bda94f0e9b (diff)
INTEGRATION: CWS tl50 (1.7.178); FILE MERGED
2008/02/29 08:10:47 tl 1.7.178.1: #i86272# unused code removed
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/types.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/starmath/inc/types.hxx b/starmath/inc/types.hxx
index ea513ff0879a..3cf63b076391 100644
--- a/starmath/inc/types.hxx
+++ b/starmath/inc/types.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: types.hxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -54,15 +54,19 @@ inline sal_Bool IsInPrivateUseArea( sal_Unicode cChar ) { return 0xE000 <= cChar
inline sal_Bool IsGreekChar( sal_Unicode cChar ) { return 0x0370 <= cChar && cChar <= 0x03FF; }
sal_Unicode ConvertMathPrivateUseAreaToUnicode( sal_Unicode cChar );
+#ifdef TL_NOT_YET_USED
sal_Unicode ConvertUnicodeToMathPrivateUseArea( sal_Unicode cChar );
sal_Unicode ConvertMathToMathType( sal_Unicode cChar );
sal_Unicode ConvertMathTypeToMath( sal_Unicode cChar );
+#endif //TL_NOT_YET_USED
sal_Unicode ConvertMathToMathML( sal_Unicode cChar );
+#ifdef TL_NOT_YET_USED
sal_Unicode ConvertMathMLToMath( sal_Unicode cChar );
sal_Unicode GetTokenChar( sal_Unicode cChar, sal_Bool bConvertForExport );
+#endif //TL_NOT_YET_USED
/////////////////////////////////////////////////////////////////
// enum definitions for characters from the 'StarSymbol' font