summaryrefslogtreecommitdiff
path: root/tools/source/string/tstring.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/string/tstring.cxx')
-rw-r--r--tools/source/string/tstring.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/source/string/tstring.cxx b/tools/source/string/tstring.cxx
index 604f341c979d..1bf4bae3a6ba 100644
--- a/tools/source/string/tstring.cxx
+++ b/tools/source/string/tstring.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tstring.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:38:38 $
+ * last change: $Author: rt $ $Date: 2006-05-04 14:53:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -75,6 +75,11 @@ DBG_NAMEEX( UniString );
#define STRING ByteString
#define STRINGDATA ByteStringData
#define DBGCHECKSTRING DbgCheckByteString
+#define STRING_TYPE rtl_String
+#define STRING_ACQUIRE rtl_string_acquire
+#define STRING_RELEASE rtl_string_release
+#define STRING_NEW rtl_string_new
+
// -----------------------------------------------------------------------