summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 13:04:14 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 13:04:14 +0000
commit10a269caa454cafcb1e0c7c187799f118ed17886 (patch)
treef522a44cc5bdec40b5fbf9b08b64234a80b27b1e /desktop/source
parent44110d6b8d0637a034a6e8cbb6686cf5ea7d250a (diff)
INTEGRATION: CWS sb59 (1.25.138); FILE MERGED
2006/07/20 07:55:18 sb 1.25.138.1: #i67537# Made code warning-free.
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/app/appinit.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/app/appinit.cxx b/desktop/source/app/appinit.cxx
index b3a1812f8c..a79ddc5947 100644
--- a/desktop/source/app/appinit.cxx
+++ b/desktop/source/app/appinit.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: appinit.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 09:34:31 $
+ * last change: $Author: obo $ $Date: 2006-10-12 14:04:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -509,7 +509,7 @@ void Desktop::CreateTemporaryDirectory()
{
::osl::File::getTempDirURL( aTempBaseURL );
- sal_Int32 nLength = aTempBaseURL.getLength();
+ nLength = aTempBaseURL.getLength();
if ( aTempBaseURL.matchAsciiL( "/", 1, nLength-1 ) )
aTempBaseURL = aTempBaseURL.copy( 0, nLength - 1 );