summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/UnoNamespaceMap.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 12:25:02 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 12:25:02 +0000
commit90df3fd5f6d84ef104601b554fc0c0f13fba2bdf (patch)
treece7bf0b97b3cacbe3569e16e9e3064991a349d7c /svx/source/unodraw/UnoNamespaceMap.cxx
parent6f8487af76f98519f784e4729ccc17f41c79a3ae (diff)
INTEGRATION: CWS sb59 (1.5.62); FILE MERGED
2006/08/03 13:52:01 cl 1.5.62.1: removed compiler warnings
Diffstat (limited to 'svx/source/unodraw/UnoNamespaceMap.cxx')
-rw-r--r--svx/source/unodraw/UnoNamespaceMap.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unodraw/UnoNamespaceMap.cxx b/svx/source/unodraw/UnoNamespaceMap.cxx
index d5382299a2a5..58b06dde7de0 100644
--- a/svx/source/unodraw/UnoNamespaceMap.cxx
+++ b/svx/source/unodraw/UnoNamespaceMap.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: UnoNamespaceMap.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 06:10:22 $
+ * last change: $Author: obo $ $Date: 2006-10-12 13:25:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -196,7 +196,7 @@ sal_Bool NamespaceIteratorImpl::next( OUString& rPrefix, OUString& rURL )
// we need the next namespace item
mpCurrentAttr = NULL;
- const SfxPoolItem* pItem;
+ const SfxPoolItem* pItem = 0;
// look for the next available item in the current pool
while( (mnItem < mnItemCount) && ( NULL == (pItem = mpPool->GetItem( *mpWhichId, mnItem ) ) ) )
mnItem++;