diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-24 09:48:12 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-24 09:48:12 +0000 |
commit | 6e921eacef12d6d53a1e35d8a763dcf5b400dc46 (patch) | |
tree | 67257487970dfe98dc89061f227a724a7900cab5 /sfx2 | |
parent | 3b87ca0a7940a7205458641aef513e311ecc2657 (diff) |
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.
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/frame.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
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(); |