summaryrefslogtreecommitdiff
path: root/starmath/inc/utility.hxx
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-08-03 11:29:55 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-08-03 11:29:55 +0200
commit889d495cbf51e32db8e7d9e47a245235ada1590b (patch)
treea6769eac2b4530bdba5ae2327ff04c12a0213eec /starmath/inc/utility.hxx
parent3ed4c287784b42bb8ff26bcdcff1b13734815495 (diff)
cws tl82: #i74049# math symbols should be able to handle 20 bit Unicode characters (surrogates)
Diffstat (limited to 'starmath/inc/utility.hxx')
-rw-r--r--starmath/inc/utility.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/starmath/inc/utility.hxx b/starmath/inc/utility.hxx
index e7db51152e25..d01c894af592 100644
--- a/starmath/inc/utility.hxx
+++ b/starmath/inc/utility.hxx
@@ -42,10 +42,6 @@ class String;
#define C2S(cChar) String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM(cChar))
-/////////////////////////////////////////////////////////////////
-
-const ByteString ExportString( const String& rString );
-const String ImportString( const ByteString& rByteString );
/////////////////////////////////////////////////////////////////