summaryrefslogtreecommitdiff
path: root/starmath/source/types.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-04-24 13:00:48 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-04-24 13:00:48 +0000
commit9d4b71c57fee271818b199d753cf383c9fc0a17c (patch)
treec9b07aff1ebbd3bea21b96765cbae7f151c99659 /starmath/source/types.cxx
parentdb154551193948386677101cecf4011786e0677f (diff)
INTEGRATION: CWS tl50 (1.4.92); FILE MERGED
2008/02/29 08:10:47 tl 1.4.92.1: #i86272# unused code removed
Diffstat (limited to 'starmath/source/types.cxx')
-rw-r--r--starmath/source/types.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/starmath/source/types.cxx b/starmath/source/types.cxx
index 93139ce384ab..fe3ddd521de3 100644
--- a/starmath/source/types.cxx
+++ b/starmath/source/types.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: types.cxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -173,6 +173,7 @@ sal_Unicode ConvertMathPrivateUseAreaToUnicode( sal_Unicode cChar )
return cRes;
}
+#ifdef TL_NOT_YET_USED
sal_Unicode ConvertUnicodeToMathPrivateUseArea( sal_Unicode cChar )
{
sal_Unicode cRes = 0;
@@ -200,6 +201,7 @@ sal_Unicode ConvertMathToMathType( sal_Unicode cChar )
}
return cRes;
}
+#endif //TL_NOT_YET_USED
sal_Unicode ConvertMathTypeToMath( sal_Unicode cChar )
{
@@ -228,6 +230,7 @@ sal_Unicode ConvertMathToMathML( sal_Unicode cChar )
return cRes;
}
+#ifdef TL_NOT_YET_USED
sal_Unicode ConvertMathMLToMath( sal_Unicode cChar )
{
sal_Unicode cRes = 0;
@@ -252,5 +255,6 @@ sal_Unicode GetTokenChar( sal_Unicode cChar, sal_Bool bConvertForExport )
}
return cRes;
}
+#endif //TL_NOT_YET_USED