summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-12-11 11:34:54 +0000
committerKurt Zenker <kz@openoffice.org>2003-12-11 11:34:54 +0000
commit48ec6ee008cab0a1e22c3dcc897b0163c6d5dfcb (patch)
tree10898b268e6f2ef9beea05fbc88c580796b90f23 /sal
parent2603cd2cb0a91fd1ac2e86309e175afceb322145 (diff)
INTEGRATION: CWS qadev14 (1.4.2); FILE MERGED
2003/11/28 10:54:30 lla 1.4.2.1: #114060# much code cleanups and warnings removed
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/rtl_strings/rtl_OUStringBuffer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/qa/rtl_strings/rtl_OUStringBuffer.cxx b/sal/qa/rtl_strings/rtl_OUStringBuffer.cxx
index 44bde8e6b06d..d31d543a7ca7 100644
--- a/sal/qa/rtl_strings/rtl_OUStringBuffer.cxx
+++ b/sal/qa/rtl_strings/rtl_OUStringBuffer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rtl_OUStringBuffer.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2003-11-18 16:44:19 $
+ * last change: $Author: kz $ $Date: 2003-12-11 12:34:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,7 +107,7 @@ using namespace rtl;
//------------------------------------------------------------------------
// test classes
//------------------------------------------------------------------------
-const MAXBUFLENGTH = 255;
+const int MAXBUFLENGTH = 255;
//------------------------------------------------------------------------
// helper functions
//------------------------------------------------------------------------