diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-07 20:50:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-08 17:10:48 +0200 |
commit | 7dbebef754b66e28e92be200be434d17006d3767 (patch) | |
tree | ee565e2fef5956d13a1c8bc9b2cd3a4dfe6e625f /include | |
parent | 4936e38ba40501f57886aad946dded09b83e4786 (diff) |
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@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/abstdlg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |