diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-09 09:34:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-09 11:40:53 +0000 |
commit | 0741054cb9f58fe6e021fe04fb477f0e56366d9e (patch) | |
tree | 46450bb8525e35cdd45152da70b48cf2fc62eb76 /sw/source | |
parent | 5223d2e8c5be11b0821b1997076377485d3b200a (diff) |
glossary/autotext isn't a toggleable dialog
Change-Id: Ib42e171ba9f8c0d30739decdd729bc36bc9c777a
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/shells/textsh1.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/ui/shells/textsh1.cxx b/sw/source/ui/shells/textsh1.cxx index c351e3847a0b..fba665940770 100644 --- a/sw/source/ui/shells/textsh1.cxx +++ b/sw/source/ui/shells/textsh1.cxx @@ -1424,11 +1424,6 @@ void SwTextShell::GetState( SfxItemSet &rSet ) rSet.Put( SfxBoolItem( nWhich, SvxAutoCorrCfg::Get().IsAutoFmtByInput() )); } break; - case FN_GLOSSARY_DLG: - { - rSet.Put( SfxBoolItem( nWhich, sal_True ) ); - } - break; case SID_DEC_INDENT: case SID_INC_INDENT: |