[Libreoffice-commits] core.git: include/vcl

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Oct 8 15:12:14 UTC 2019


 include/vcl/abstdlg.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 7dbebef754b66e28e92be200be434d17006d3767
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Oct 7 20:50:13 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Oct 8 17:10:48 2019 +0200

    no need for vcl::Window in vcl/abstdlg.hxx anymore
    
    Change-Id: I1a2dcfe676cf5a4a01aa0d8ef7625abc316e8e81
    Reviewed-on: https://gerrit.libreoffice.org/80417
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/include/vcl/abstdlg.hxx b/include/vcl/abstdlg.hxx
index ccbc64a753a0..645f1da4b301 100644
--- a/include/vcl/abstdlg.hxx
+++ b/include/vcl/abstdlg.hxx
@@ -32,7 +32,6 @@ namespace com { namespace sun { namespace star { namespace uno { template <class
 
 namespace com { namespace sun { namespace star { namespace frame { class XModel; } } } }
 
-namespace vcl { class Window; }
 class Dialog;
 class BitmapEx;
 class DiagramDataInterface;


More information about the Libreoffice-commits mailing list