Kaydet (Commit) 3ccea10a authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS pchfix04 (1.14.86); FILE MERGED

2007/02/13 14:56:44 hjs 1.14.86.2: RESYNC: (1.14-1.15); FILE MERGED
2007/02/05 12:13:50 os 1.14.86.1: #i73604# usage of ITEMID_* removed
üst b46d07e3
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: SpellDialog.cxx,v $ * $RCSfile: SpellDialog.cxx,v $
* *
* $Revision: 1.16 $ * $Revision: 1.17 $
* *
* last change: $Author: rt $ $Date: 2007-04-26 07:24:30 $ * last change: $Author: kz $ $Date: 2007-05-10 14:35:01 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
#include <helpid.hrc> #include <helpid.hrc>
#include "SpellDialog.hrc" #include "SpellDialog.hrc"
#define ITEMID_SPELLCHECK SID_ATTR_SPELL
#include "optitems.hxx" #include "optitems.hxx"
#include "svxenum.hxx" #include "svxenum.hxx"
...@@ -499,7 +499,7 @@ void SpellDialog::StartSpellOptDlg_Impl() ...@@ -499,7 +499,7 @@ void SpellDialog::StartSpellOptDlg_Impl()
0 0
}; };
SfxItemSet aSet( SFX_APP()->GetPool(), aSpellInfos); SfxItemSet aSet( SFX_APP()->GetPool(), aSpellInfos);
aSet.Put(SfxSpellCheckItem( xSpell ),SID_ATTR_SPELL ); aSet.Put(SfxSpellCheckItem( xSpell, SID_ATTR_SPELL ));
SfxSingleTabDialog* pDlg = SfxSingleTabDialog* pDlg =
new SfxSingleTabDialog( this, aSet, RID_SFXPAGE_LINGU ); new SfxSingleTabDialog( this, aSet, RID_SFXPAGE_LINGU );
SfxTabPage* pPage = SvxLinguTabPage::Create( pDlg, aSet ); SfxTabPage* pPage = SvxLinguTabPage::Create( pDlg, aSet );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment