summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:17:21 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:17:21 +0000
commit37bfc55c77904495ff06fc257a9e43874065e54e (patch)
treee05bf2ce27b30c301a1351f873a130bd1180fa74 /configmgr
parentb0d96d54f08d8dc094609645620a56567823e5a9 (diff)
INTEGRATION: CWS warnings01 (1.23.4); FILE MERGED
2006/04/07 19:42:50 sb 1.23.4.2: RESYNC: (1.23-1.24); FILE MERGED 2006/02/14 10:17:27 cd 1.23.4.1: #i55991# Fix warnings for ms c++ compiler
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/backend/backendaccess.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/backend/backendaccess.cxx b/configmgr/source/backend/backendaccess.cxx
index 5a5252a8b6..512707f47f 100644
--- a/configmgr/source/backend/backendaccess.cxx
+++ b/configmgr/source/backend/backendaccess.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: backendaccess.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: hr $ $Date: 2006-01-24 16:42:22 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:17:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -618,7 +618,7 @@ ComponentResult BackendAccess::getNodeData(const ComponentRequest& aRequest,
sal_Int32 const k_NumUserLayers = 1;
sal_Int32 nNumDefaultLayers = layers.getLength() - k_NumUserLayers;
- sal_Int32 nCurrentLayer;
+ sal_Int32 nCurrentLayer( -1 );
bool bDefaultRecoveryApproved = false;
Logger logger(mContext);