[Libreoffice-commits] core.git: cui/source sc/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Jan 27 08:53:35 UTC 2020


 cui/source/inc/cuitabarea.hxx |    1 -
 sc/source/ui/inc/opredlin.hxx |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 960bc8553328c6bfb8818094195e0f737eb013a9
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Jan 26 20:21:04 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Jan 27 09:53:04 2020 +0100

    drop SvxColorListBox forward declares
    
    Change-Id: I0db2e3e5c2566ae4dc59ff49f677eab8daa930be
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87465
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx
index 0ef979f11c85..d046a50b7ff6 100644
--- a/cui/source/inc/cuitabarea.hxx
+++ b/cui/source/inc/cuitabarea.hxx
@@ -34,7 +34,6 @@
 class ColorListBox;
 class SdrModel;
 class SvxBitmapCtl;
-class SvxColorListBox;
 
 /************************************************************************/
 class ButtonBox
diff --git a/sc/source/ui/inc/opredlin.hxx b/sc/source/ui/inc/opredlin.hxx
index b32d848dd6aa..47abb2071901 100644
--- a/sc/source/ui/inc/opredlin.hxx
+++ b/sc/source/ui/inc/opredlin.hxx
@@ -21,7 +21,7 @@
 
 #include <sfx2/tabdlg.hxx>
 
-class SvxColorListBox;
+class ColorListBox;
 
 class ScRedlineOptionsTabPage : public SfxTabPage
 {


More information about the Libreoffice-commits mailing list