diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-24 09:47:58 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-24 09:47:58 +0000 |
commit | 3b87ca0a7940a7205458641aef513e311ecc2657 (patch) | |
tree | 86ba6e95496ca7b48c2fec1043fa513d180487e8 /sfx2 | |
parent | e2855b7773aebb1b2fbaeba3363adeecfd056364 (diff) |
INTEGRATION: CWS sb56 (1.50.6); FILE MERGED
2006/07/07 09:17:30 sb 1.50.6.1: #i67105# Made code compile (warning-free) with debug=x.
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/templdlg.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx index 38ec3ba947e1..2ecefd48e04e 100644 --- a/sfx2/source/dialog/templdlg.cxx +++ b/sfx2/source/dialog/templdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: templdlg.cxx,v $ * - * $Revision: 1.50 $ + * $Revision: 1.51 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:25:03 $ + * last change: $Author: ihi $ $Date: 2006-08-24 10:47:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1525,7 +1525,8 @@ void SfxCommonTemplateDialog_Impl::Update_Impl() CheckItem( nActFamily, TRUE ); const SfxStyleFamilyItem *pStyleItem = GetFamilyItem_Impl(); #if OSL_DEBUG_LEVEL > 1 - SfxFilterTupel *pT = pStyleItem->GetFilterList().GetObject(nActFilter); + SfxFilterTupel *pT; + pT = pStyleItem->GetFilterList().GetObject(nActFilter); #endif if(0 == pStyleItem->GetFilterList().GetObject(nActFilter)->nFlags && nAppFilter != pItem->GetValue()) |