diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 15:55:13 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 15:55:13 +0000 |
commit | 8d3ddbb68bee7c89142228b23901b95f648c3351 (patch) | |
tree | f5610b1a97c2d8f1d53632530305efbafb417cb3 /sc/source/ui/dbgui/scendlg.cxx | |
parent | 086e7a046b5e799ba8a2b9fc785cefc973fb0758 (diff) |
INTEGRATION: CWS pchfix04 (1.13.104); FILE MERGED
2007/04/26 04:32:57 hjs 1.13.104.2: RESYNC: (1.13-1.14); FILE MERGED
2007/02/05 08:35:29 os 1.13.104.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'sc/source/ui/dbgui/scendlg.cxx')
-rw-r--r-- | sc/source/ui/dbgui/scendlg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/dbgui/scendlg.cxx b/sc/source/ui/dbgui/scendlg.cxx index 3beffb9d6d75..10f02d2cf697 100644 --- a/sc/source/ui/dbgui/scendlg.cxx +++ b/sc/source/ui/dbgui/scendlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: scendlg.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: rt $ $Date: 2007-04-26 09:51:16 $ + * last change: $Author: kz $ $Date: 2007-05-10 16:55:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -90,7 +90,7 @@ ScNewScenarioDlg::ScNewScenarioDlg( Window* pParent, const String& rName, BOOL b SfxObjectShell* pDocSh = SfxObjectShell::Current(); if ( pDocSh ) { - const SfxPoolItem* pItem = pDocSh->GetItem( ITEMID_COLOR_TABLE ); + const SfxPoolItem* pItem = pDocSh->GetItem( SID_COLOR_TABLE ); if ( pItem ) { XColorTable* pColorTable = ((SvxColorTableItem*)pItem)->GetColorTable(); |