summaryrefslogtreecommitdiff
path: root/tools/source/string
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-05-04 13:53:13 +0000
committerRüdiger Timm <rt@openoffice.org>2006-05-04 13:53:13 +0000
commit0eaf1755d32c3dbf2988a78a6fb89b244cf2c591 (patch)
treef236117254f92be95fbce5ef7d375e52fd945933 /tools/source/string
parentd106241ca7bc16157fc1e501dc09b3af1bd1b021 (diff)
INTEGRATION: CWS perform07 (1.6.16); FILE MERGED
2005/11/04 16:27:42 mt 1.6.16.1: #i57365# Removed empty string (use rtl now), no ref counting for empty string
Diffstat (limited to 'tools/source/string')
-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
+
// -----------------------------------------------------------------------