From 90df3fd5f6d84ef104601b554fc0c0f13fba2bdf Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 12 Oct 2006 12:25:02 +0000 Subject: INTEGRATION: CWS sb59 (1.5.62); FILE MERGED 2006/08/03 13:52:01 cl 1.5.62.1: removed compiler warnings --- svx/source/unodraw/UnoNamespaceMap.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx/source/unodraw/UnoNamespaceMap.cxx') 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++; -- cgit