summaryrefslogtreecommitdiff
path: root/svx/source/inc/SpellDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/SpellDialog.hxx')
-rw-r--r--svx/source/inc/SpellDialog.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/inc/SpellDialog.hxx b/svx/source/inc/SpellDialog.hxx
index 88679e348ec3..93b1ea57338d 100644
--- a/svx/source/inc/SpellDialog.hxx
+++ b/svx/source/inc/SpellDialog.hxx
@@ -114,7 +114,7 @@ public:
bool IsUndoEditMode() const { return m_bIsUndoEditMode;}
void SetUndoEditMode(bool bSet);
- svx::SpellPortions CreateSpellPortions() const;
+ svx::SpellPortions CreateSpellPortions( bool bSetIgnoreFlag ) const;
void ResetUndo();
void Undo();
@@ -162,6 +162,7 @@ private:
PushButton aIgnorePB;
PushButton aIgnoreAllPB;
+ PushButton aIgnoreRulePB;
MenuButton aAddToDictMB;
PushButton aChangePB;