| commit | 0741054cb9f58fe6e021fe04fb477f0e56366d9e | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Wed Jan 09 09:34:42 2013 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Wed Jan 09 11:40:53 2013 +0000 |
| tree | 46450bb8525e35cdd45152da70b48cf2fc62eb76 | |
| parent | 5223d2e8c5be11b0821b1997076377485d3b200a [diff] |
glossary/autotext isn't a toggleable dialog Change-Id: Ib42e171ba9f8c0d30739decdd729bc36bc9c777a
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index 092a151..28ffe24 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi
@@ -1560,9 +1560,6 @@ SfxVoidItem EditGlossary FN_GLOSSARY_DLG RecordPerSet; Asynchron; /* status: */ SlotType = SfxBoolItem /* config: */ AccelConfig = TRUE, MenuConfig = TRUE,
diff --git a/sw/source/ui/shells/textsh1.cxx b/sw/source/ui/shells/textsh1.cxx index c351e38..fba6659 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: