summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei@libreoffice.org>2019-10-05 12:00:26 -0400
committerKohei Yoshida <kohei@libreoffice.org>2019-10-05 21:19:58 +0200
commit20a1904945ea95df0a5d689705d2db97a6424109 (patch)
tree9f5327331a892fa0b16638fac40aec15f79d6524 /sc
parent368195c06679417e493db4f2060321895472f0b3 (diff)
Let's bring XML Source out of the list of experimental features.
Change-Id: I872a047fe3791253aa52b19d544fb5f26ff22f9d Reviewed-on: https://gerrit.libreoffice.org/80296 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/cellsh2.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/sc/source/ui/view/cellsh2.cxx b/sc/source/ui/view/cellsh2.cxx
index ef5c0086b7cd..d697762a4ed5 100644
--- a/sc/source/ui/view/cellsh2.cxx
+++ b/sc/source/ui/view/cellsh2.cxx
@@ -1250,12 +1250,7 @@ void ScCellShell::GetDBState( SfxItemSet& rSet )
}
break;
case SID_MANAGE_XML_SOURCE:
- {
- SvtMiscOptions aMiscOptions;
- if ( !aMiscOptions.IsExperimentalMode() )
- rSet.DisableItem( nWhich );
- }
- break;
+ break;
}
nWhich = aIter.NextWhich();
}