diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-02-22 09:13:25 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-02-22 17:05:59 +0100 |
commit | 1888a602001c74b7da7e9c99cb78c9246714d8be (patch) | |
tree | 582240f964ffc0e9c8e403eec8ffe620a8659f20 /include | |
parent | 9de93343afd95b991264ee3254bccbefc14761bc (diff) |
Remove unused forward declarations from vcl/syswin.hxx
Change-Id: Ide4990afa32ba4cc7851d0e7d3d8d1247eb27b3b
Reviewed-on: https://gerrit.libreoffice.org/50155
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/sidebar/AreaTransparencyGradientPopup.hxx | 1 | ||||
-rw-r--r-- | include/vcl/syswin.hxx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/sidebar/AreaTransparencyGradientPopup.hxx b/include/svx/sidebar/AreaTransparencyGradientPopup.hxx index 5f23aa4b06ed..4004a0041267 100644 --- a/include/svx/sidebar/AreaTransparencyGradientPopup.hxx +++ b/include/svx/sidebar/AreaTransparencyGradientPopup.hxx @@ -24,6 +24,7 @@ #include <vcl/floatwin.hxx> #include <vcl/toolbox.hxx> +class VclContainer; class XFillFloatTransparenceItem; namespace svx { namespace sidebar { diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx index 625143ebec6b..4a2088114fc6 100644 --- a/include/vcl/syswin.hxx +++ b/include/vcl/syswin.hxx @@ -28,11 +28,9 @@ #include <o3tl/typed_flags_set.hxx> #include <memory> -class ModalDialog; class MenuBar; class NotebookBar; class TaskPaneList; -class VclContainer; #define ICON_LO_DEFAULT 1 #define ICON_TEXT_DOCUMENT 2 |