summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 15:57:58 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 15:57:58 +0000
commit6b1f5cd5d9c90b88500dbd4dbe10303123437abb (patch)
tree73c3e4ec1b9bc8a1e4400a16537bf51c06c0af59 /sc/source/ui/optdlg
parentf77dae6ffe12ca3ce388eeba48337721b2feb58b (diff)
INTEGRATION: CWS pchfix04 (1.15.104); FILE MERGED
2007/04/26 04:47:03 hjs 1.15.104.2: RESYNC: (1.15-1.16); FILE MERGED 2007/02/05 08:35:33 os 1.15.104.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'sc/source/ui/optdlg')
-rw-r--r--sc/source/ui/optdlg/tpview.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/optdlg/tpview.cxx b/sc/source/ui/optdlg/tpview.cxx
index 26ef83093260..83d52996bb16 100644
--- a/sc/source/ui/optdlg/tpview.cxx
+++ b/sc/source/ui/optdlg/tpview.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tpview.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 09:54:42 $
+ * last change: $Author: kz $ $Date: 2007-05-10 16:57:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -360,7 +360,7 @@ void ScTpContentOptions::InitGridOpt()
if ( pDocSh )
{
- const SfxPoolItem* pItem = pDocSh->GetItem( ITEMID_COLOR_TABLE );
+ const SfxPoolItem* pItem = pDocSh->GetItem( SID_COLOR_TABLE );
if ( pItem )
pColorTable = ((SvxColorTableItem*)pItem)->GetColorTable();