summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appbas.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-26 12:01:58 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-26 12:01:58 +0000
commit6aa50140559aa84477b884e8b341337e9bc78caf (patch)
treec7dbdeb657085df162be97dade2ae3b9179b1903 /sfx2/source/appl/appbas.cxx
parent0c7d05c59e6b11ced7edae4587c117ab3fe70644 (diff)
INTEGRATION: CWS sb13 (1.29.42); FILE MERGED
2004/02/06 08:40:54 sb 1.29.42.1: #i19699# Adapted to tightened tools/string.hxx.
Diffstat (limited to 'sfx2/source/appl/appbas.cxx')
-rw-r--r--sfx2/source/appl/appbas.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx
index 56969ad60e..c4d02c543a 100644
--- a/sfx2/source/appl/appbas.cxx
+++ b/sfx2/source/appl/appbas.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appbas.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 16:20:09 $
+ * last change: $Author: kz $ $Date: 2004-02-26 13:01:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1058,7 +1058,7 @@ void SfxApplication::PropState_Impl( SfxItemSet &rSet )
sal_uInt16 nSystem = SYSTEM_ID;
if(nSystem < 10)
- sVersionString += 0x0030 ; // '0' = 30h
+ sVersionString += '0';
sVersionString += String::CreateFromInt32( nSystem );
String sBuildVersion = lcl_GetVersionString(pAppData_Impl->pLabelResMgr);
sal_uInt16 nLen = sBuildVersion.Len();