[Libreoffice-commits] core.git: sc/source
Kohei Yoshida (via logerrit)
logerrit at kemper.freedesktop.org
Sat Oct 5 19:21:01 UTC 2019
sc/source/ui/view/cellsh2.cxx | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
New commits:
commit 20a1904945ea95df0a5d689705d2db97a6424109
Author: Kohei Yoshida <kohei at libreoffice.org>
AuthorDate: Sat Oct 5 12:00:26 2019 -0400
Commit: Kohei Yoshida <kohei at libreoffice.org>
CommitDate: Sat Oct 5 21:19:58 2019 +0200
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 at collabora.com>
Reviewed-by: Kohei Yoshida <kohei at libreoffice.org>
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();
}
More information about the Libreoffice-commits
mailing list