[Libreoffice-commits] core.git: svx/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Oct 29 17:05:02 UTC 2019


 svx/source/dialog/svxbmpnumvalueset.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit c3877269eebc591578e1c6f7e19781b26774697b
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Oct 29 13:08:20 2019 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Oct 29 18:03:54 2019 +0100

    SvxNumValueSet doesn't need a builder anymore
    
    Change-Id: I57ba416605bec1ddebf05ab65f7209a4bd51bca7
    Reviewed-on: https://gerrit.libreoffice.org/81678
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svx/source/dialog/svxbmpnumvalueset.cxx b/svx/source/dialog/svxbmpnumvalueset.cxx
index ba2bbb140d07..8a8b72bf53dd 100644
--- a/svx/source/dialog/svxbmpnumvalueset.cxx
+++ b/svx/source/dialog/svxbmpnumvalueset.cxx
@@ -34,7 +34,6 @@
 #include <vcl/event.hxx>
 #include <vcl/graph.hxx>
 #include <vcl/settings.hxx>
-#include <vcl/builderfactory.hxx>
 #include <vcl/virdev.hxx>
 #include <editeng/flstitem.hxx>
 #include <svx/dlgutil.hxx>
@@ -382,8 +381,6 @@ SvxNumValueSet::SvxNumValueSet(vcl::Window* pParent, WinBits nWinBits)
 {
 }
 
-VCL_BUILDER_FACTORY_ARGS(SvxNumValueSet, WB_TABSTOP)
-
 static const char* RID_SVXSTR_BULLET_DESCRIPTIONS[] =
 {
     RID_SVXSTR_BULLET_DESCRIPTION_0,


More information about the Libreoffice-commits mailing list