diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-24 09:42:17 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-24 09:42:17 +0000 |
commit | e89ddb2e83cbce88c30a58ecba3fbaea6cc348f7 (patch) | |
tree | ca14c8e504caac71743cf3b52782c1318c5cde3a /configmgr | |
parent | 2745e37243523829f15f868591abe5d1ed1544f1 (diff) |
INTEGRATION: CWS sb56 (1.35.48); FILE MERGED
2006/07/07 08:59:30 sb 1.35.48.1: #i67105# Made code compile (warning-free) with debug=x.
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/tree/cmtree.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configmgr/source/tree/cmtree.cxx b/configmgr/source/tree/cmtree.cxx index 9a3e09f7f478..741e53137dd6 100644 --- a/configmgr/source/tree/cmtree.cxx +++ b/configmgr/source/tree/cmtree.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cmtree.cxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:16:32 $ + * last change: $Author: ihi $ $Date: 2006-08-24 10:42:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -254,7 +254,8 @@ namespace configmgr { INode* pINode = *it2; OUString aName2 = pINode->getName(); - volatile int dummy = 0; + volatile int dummy; + dummy = 0; } #endif |