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: