diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-24 09:47:40 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-24 09:47:40 +0000 |
commit | e2855b7773aebb1b2fbaeba3363adeecfd056364 (patch) | |
tree | c30e5a43ade22c95f6c4378d37c570555af8cdb6 /sfx2 | |
parent | 494ce40f973648ee0ada662e30e8cfc3eef348ed (diff) |
INTEGRATION: CWS sb56 (1.28.6); FILE MERGED
2006/07/07 09:17:30 sb 1.28.6.1: #i67105# Made code compile (warning-free) with debug=x.
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/tabdlg.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx index b0ac5197b499..8fb8ed355c37 100644 --- a/sfx2/source/dialog/tabdlg.cxx +++ b/sfx2/source/dialog/tabdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tabdlg.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:24:46 $ + * last change: $Author: ihi $ $Date: 2006-08-24 10:47:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -406,7 +406,8 @@ const SfxPoolItem* SfxTabPage::GetItem( const SfxItemSet& rSet, USHORT nSlot ) USHORT nWh = pPool->GetWhich( nSlot ); const SfxPoolItem* pItem = 0; #ifdef DEBUG - SfxItemState eState = + SfxItemState eState; + eState = #endif rSet.GetItemState( nWh, TRUE, &pItem ); // -Wall required?? |