sc/source/ui/view/cellsh2.cxx |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

New commits:
commit 20a1904945ea95df0a5d689705d2db97a6424109
Author:     Kohei Yoshida <ko...@libreoffice.org>
AuthorDate: Sat Oct 5 12:00:26 2019 -0400
Commit:     Kohei Yoshida <ko...@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.ti...@collabora.com>
    Reviewed-by: Kohei Yoshida <ko...@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();
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to