From 6e921eacef12d6d53a1e35d8a763dcf5b400dc46 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 24 Aug 2006 09:48:12 +0000 Subject: INTEGRATION: CWS sb56 (1.45.6); FILE MERGED 2006/07/07 09:17:31 sb 1.45.6.1: #i67105# Made code compile (warning-free) with debug=x. --- sfx2/source/view/frame.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/view/frame.cxx b/sfx2/source/view/frame.cxx index d8fb32668f3c..41eb2a4c305e 100644 --- a/sfx2/source/view/frame.cxx +++ b/sfx2/source/view/frame.cxx @@ -4,9 +4,9 @@ * * $RCSfile: frame.cxx,v $ * - * $Revision: 1.45 $ + * $Revision: 1.46 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:37:18 $ + * last change: $Author: ihi $ $Date: 2006-08-24 10:48:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -983,7 +983,8 @@ sal_Bool SfxFrame::CheckContentForLoad_Impl() { SfxMedium* pMedium = GetCurrentDocument()->GetMedium(); #ifdef DEBUG - SfxItemSet* pSet = pMedium->GetItemSet(); + SfxItemSet* pSet; + pSet = pMedium->GetItemSet(); #endif SfxItemSet* pNew = GetDescriptor()->GetArgs(); -- cgit