[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - extras/source svx/source
Caolán McNamara
caolanm at redhat.com
Sun Jun 17 15:10:10 UTC 2018
extras/source/glade/libreoffice-catalog.xml.in | 3 ---
svx/source/dialog/graphctl.cxx | 2 --
2 files changed, 5 deletions(-)
New commits:
commit 09205edb4f33d7149d82f192d11f7d405be3d202
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sat Jun 16 19:21:34 2018 +0100
GraphCtrl factory no longer needed
Change-Id: I55f8280bb256c8eb298dd3550cc2a9621b2cfb4b
Reviewed-on: https://gerrit.libreoffice.org/55935
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 d084720de918..5f8097ea2a2c 100644
--- a/extras/source/glade/libreoffice-catalog.xml.in
+++ b/extras/source/glade/libreoffice-catalog.xml.in
@@ -422,9 +422,6 @@
<glade-widget-class title="Emboss Control" name="cuilo-EmbossControl"
generic-name="Emboss Control" parent="svxlo-SvxRectCtl"
icon-name="widget-gtk-drawingarea"/>
- <glade-widget-class title="Graph Control" name="svxlo-GraphCtrl"
- generic-name="Graph Control" parent="GtkDrawingArea"
- icon-name="widget-gtk-drawingarea"/>
<glade-widget-class title="Frame Direction ListBox" name="svxlo-FrameDirectionListBox"
generic-name="FrameDirectionListBox" parent="GtkComboBox"
icon-name="widget-gtk-combobox"/>
diff --git a/svx/source/dialog/graphctl.cxx b/svx/source/dialog/graphctl.cxx
index 45fd6f18d107..d6cf68e7db69 100644
--- a/svx/source/dialog/graphctl.cxx
+++ b/svx/source/dialog/graphctl.cxx
@@ -72,8 +72,6 @@ GraphCtrl::GraphCtrl( vcl::Window* pParent, WinBits nStyle ) :
EnableRTL( false );
}
-VCL_BUILDER_FACTORY_CONSTRUCTOR(GraphCtrl, 0)
-
GraphCtrl::~GraphCtrl()
{
disposeOnce();
More information about the Libreoffice-commits
mailing list