diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 12:25:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 12:25:02 +0000 |
commit | 90df3fd5f6d84ef104601b554fc0c0f13fba2bdf (patch) | |
tree | ce7bf0b97b3cacbe3569e16e9e3064991a349d7c /svx | |
parent | 6f8487af76f98519f784e4729ccc17f41c79a3ae (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')
-rw-r--r-- | svx/source/unodraw/UnoNamespaceMap.cxx | 6 |
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++; |