summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 12:13:38 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 12:13:38 +0000
commitfd1f2a824dd038521134f12b1988d9ae08630aac (patch)
treee03e5f4e40eb2b7fcef7040b7da72d83cd2c3b27 /sal
parente2a903a0a082f1cf63d94f112718c57a778d14c7 (diff)
INTEGRATION: CWS obo05 (1.26.2); FILE MERGED
2006/09/07 11:39:17 obo 1.26.2.1: #i53611# can't link in cli_ure/source/climaker: DO_NOT_ACQUIRE TypeDef missing
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/rtl/ustring.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sal/inc/rtl/ustring.hxx b/sal/inc/rtl/ustring.hxx
index 3c5f71cebfb4..31671fe6246c 100644
--- a/sal/inc/rtl/ustring.hxx
+++ b/sal/inc/rtl/ustring.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ustring.hxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 04:15:06 $
+ * last change: $Author: vg $ $Date: 2006-09-25 13:13:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -54,7 +54,6 @@
#if !defined EXCEPTIONS_OFF
#include <new>
#endif
-
namespace rtl
{
/* ======================================================================= */
@@ -91,7 +90,7 @@ public:
private:
/** @internal */
- class DO_NOT_ACQUIRE;
+ class DO_NOT_ACQUIRE{};
/** @internal */
OUString( rtl_uString * value, DO_NOT_ACQUIRE * )
@@ -205,7 +204,6 @@ public:
}
#endif
}
-
/**
Release the string data.
*/