diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:35:29 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:35:29 +0000 |
commit | 6fdcb16c35174a60be616975a62b8129de17ed3a (patch) | |
tree | 36fab01433adc53c9167dac1f289d64fbf66c8ce /sd/source/ui/view/drviewsf.cxx | |
parent | c0fae28cac59e48ffab299b81c20f859ab6b0dd4 (diff) |
INTEGRATION: CWS pchfix04 (1.19.6); FILE MERGED
2007/02/05 08:39:04 os 1.19.6.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'sd/source/ui/view/drviewsf.cxx')
-rw-r--r-- | sd/source/ui/view/drviewsf.cxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sd/source/ui/view/drviewsf.cxx b/sd/source/ui/view/drviewsf.cxx index e0d5ac577..34f88d30c 100644 --- a/sd/source/ui/view/drviewsf.cxx +++ b/sd/source/ui/view/drviewsf.cxx @@ -4,9 +4,9 @@ * * $RCSfile: drviewsf.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: kz $ $Date: 2006-12-12 19:16:16 $ + * last change: $Author: kz $ $Date: 2007-05-10 15:35:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,7 +58,6 @@ #include <svx/eeitem.hxx> #endif #ifndef _FLDITEM_HXX -#define ITEMID_FIELD EE_FEATURE_FIELD #include <svx/flditem.hxx> #endif #ifndef _SFXVIEWFRM_HXX //autogen @@ -287,13 +286,13 @@ void DrawViewShell::GetCtrlState(SfxItemSet &rSet) GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_HIRAGANA, sal_True ); GetViewFrame()->GetBindings().SetVisibleState( SID_TRANSLITERATE_KATAGANA, sal_True ); } - + rSet.DisableItem( SID_TRANSLITERATE_UPPER ); rSet.DisableItem( SID_TRANSLITERATE_LOWER ); rSet.DisableItem( SID_TRANSLITERATE_HALFWIDTH ); rSet.DisableItem( SID_TRANSLITERATE_FULLWIDTH ); rSet.DisableItem( SID_TRANSLITERATE_HIRAGANA ); - rSet.DisableItem( SID_TRANSLITERATE_KATAGANA ); + rSet.DisableItem( SID_TRANSLITERATE_KATAGANA ); } else { |