summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/mgetempl.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:47:27 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:47:27 +0000
commit494ce40f973648ee0ada662e30e8cfc3eef348ed (patch)
treee04a4c42a8f326e6e69cb8cc4a2b4fcaba1e6afb /sfx2/source/dialog/mgetempl.cxx
parent4c142f2dcd9c5c4a166a80b43f049caf1a7abe93 (diff)
INTEGRATION: CWS sb56 (1.9.6); FILE MERGED
2006/07/25 09:48:17 sb 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED 2006/07/07 09:17:30 sb 1.9.6.1: #i67105# Made code compile (warning-free) with debug=x.
Diffstat (limited to 'sfx2/source/dialog/mgetempl.cxx')
-rw-r--r--sfx2/source/dialog/mgetempl.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/dialog/mgetempl.cxx b/sfx2/source/dialog/mgetempl.cxx
index d6777008014b..8132519c744a 100644
--- a/sfx2/source/dialog/mgetempl.cxx
+++ b/sfx2/source/dialog/mgetempl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mgetempl.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: kz $ $Date: 2006-07-06 14:36:34 $
+ * last change: $Author: ihi $ $Date: 2006-08-24 10:47:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -458,7 +458,8 @@ BOOL SfxManageStyleSheetPage::FillItemSet( SfxItemSet& rSet )
// geht nur bei Benutzervorlagen
#if OSL_DEBUG_LEVEL > 1
USHORT nIdx = (USHORT)(long)aFilterLb.GetEntryData( nFilterIdx );
- SfxFilterTupel* p = pItem->GetFilterList().GetObject( nIdx );
+ SfxFilterTupel* p;
+ p = pItem->GetFilterList().GetObject( nIdx );
#endif
USHORT nMask = pItem->GetFilterList().GetObject(
(USHORT)(long)aFilterLb.GetEntryData( nFilterIdx ) )->nFlags |