[Libreoffice-commits] core.git: extras/source solenv/bin svtools/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Dec 20 15:55:24 UTC 2019


 extras/source/glade/libreoffice-catalog.xml.in |    3 ---
 solenv/bin/native-code.py                      |    1 -
 svtools/source/control/valueset.cxx            |    4 ----
 3 files changed, 8 deletions(-)

New commits:
commit 17ba74220dd387f09725b113eac23dc0e3303b17
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Dec 20 11:32:12 2019 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Dec 20 16:53:35 2019 +0100

    no svtlo-ValueSet used in .ui anymore
    
    Change-Id: I1c80b45d4b2a1f4906a6fb4af88dda479afc1b59
    Reviewed-on: https://gerrit.libreoffice.org/85595
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in
index 7d013169a633..318bee73db31 100644
--- a/extras/source/glade/libreoffice-catalog.xml.in
+++ b/extras/source/glade/libreoffice-catalog.xml.in
@@ -83,9 +83,6 @@
     <glade-widget-class title="Svx 3D Preview Control" name="svxlo-Svx3DPreviewControl"
                         generic-name="3D Preview Control" parent="GtkDrawingArea"
                         icon-name="widget-gtk-drawingarea"/>
-    <glade-widget-class title="SvtValueSet" name="svtlo-ValueSet"
-                        generic-name="Set of Value Options" parent="GtkDrawingArea"
-                        icon-name="widget-gtk-drawingarea"/>
     <glade-widget-class title="SvxColorValueSet" name="svxcorelo-SvxColorValueSet"
                         generic-name="Set of Value Options" parent="GtkDrawingArea"
                         icon-name="widget-gtk-drawingarea"/>
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 1058ed2ce2af..8b5dee4022d0 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -510,7 +510,6 @@ custom_widgets = [
     'SwNavHelpToolBox',
     'TableValueSet',
     'TemplateDefaultView',
-    'ValueSet',
     ]
 
 def get_constructor_guard(constructor):
diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx
index 946c27a6d957..8df48ebf6a9a 100644
--- a/svtools/source/control/valueset.cxx
+++ b/svtools/source/control/valueset.cxx
@@ -20,7 +20,6 @@
 #include <tools/debug.hxx>
 #include <tools/stream.hxx>
 #include <comphelper/base64.hxx>
-#include <vcl/builderfactory.hxx>
 #include <vcl/decoview.hxx>
 #include <vcl/event.hxx>
 #include <vcl/graph.hxx>
@@ -98,9 +97,6 @@ ValueSet::ValueSet( vcl::Window* pParent, WinBits nWinStyle ) :
     ImplInitSettings( true, true, true );
 }
 
-
-VCL_BUILDER_FACTORY_CONSTRUCTOR(ValueSet, WB_TABSTOP)
-
 ValueSet::~ValueSet()
 {
     disposeOnce();


More information about the Libreoffice-commits mailing list