summaryrefslogtreecommitdiff
path: root/tools/inc/tools/string.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/string.hxx')
-rw-r--r--tools/inc/tools/string.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/inc/tools/string.hxx b/tools/inc/tools/string.hxx
index a29d8c80b6ad..8ebd70fbbf4b 100644
--- a/tools/inc/tools/string.hxx
+++ b/tools/inc/tools/string.hxx
@@ -42,20 +42,14 @@
* There will not be any fixes to the code here.
******************************************************************************/
-// -----------------------------------------------------------------------
-
class ResId;
class String;
class UniString;
-// -----------------------------------------------------------------------
-
#define BYTESTRING_TO_UNISTRING_CVTFLAGS (RTL_TEXTTOUNICODE_FLAGS_UNDEFINED_MAPTOPRIVATE |\
RTL_TEXTTOUNICODE_FLAGS_MBUNDEFINED_DEFAULT |\
RTL_TEXTTOUNICODE_FLAGS_INVALID_DEFAULT)
-// -----------------------------------------------------------------------
-
// CharSet
#ifndef ENUM_CHARSET_DECLARED
@@ -65,8 +59,6 @@ typedef rtl_TextEncoding CharSet;
#endif
-// -----------------------------------------------------------------------
-
// String-Types
#ifdef STRING32
@@ -83,8 +75,6 @@ typedef rtl_TextEncoding CharSet;
enum StringCompare { COMPARE_LESS = -1, COMPARE_EQUAL = 0, COMPARE_GREATER = 1 };
-// -----------------------------------------------------------------------
-
//Internal String data
// Data used for the management of this String