include/svx/sidebar/AreaTransparencyGradientPopup.hxx | 1 + include/vcl/syswin.hxx | 2 -- sc/source/ui/inc/navipi.hxx | 1 + sw/source/uibase/inc/convert.hxx | 1 + 4 files changed, 3 insertions(+), 2 deletions(-)
New commits: commit 1888a602001c74b7da7e9c99cb78c9246714d8be Author: Stephan Bergmann <[email protected]> Date: Thu Feb 22 09:13:25 2018 +0100 Remove unused forward declarations from vcl/syswin.hxx Change-Id: Ide4990afa32ba4cc7851d0e7d3d8d1247eb27b3b Reviewed-on: https://gerrit.libreoffice.org/50155 Tested-by: Jenkins <[email protected]> Reviewed-by: Stephan Bergmann <[email protected]> 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 diff --git a/sc/source/ui/inc/navipi.hxx b/sc/source/ui/inc/navipi.hxx index dc62b5080d9f..1ee61b41a355 100644 --- a/sc/source/ui/inc/navipi.hxx +++ b/sc/source/ui/inc/navipi.hxx @@ -40,6 +40,7 @@ class ScNavigatorControllerItem; class ScNavigatorDialogWrapper; class ScNavigatorDlg; class ScNavigatorSettings; +class VclContainer; #define SC_DROPMODE_URL 0 #define SC_DROPMODE_LINK 1 diff --git a/sw/source/uibase/inc/convert.hxx b/sw/source/uibase/inc/convert.hxx index bb4177b976ce..faf7521a68d4 100644 --- a/sw/source/uibase/inc/convert.hxx +++ b/sw/source/uibase/inc/convert.hxx @@ -24,6 +24,7 @@ #include <vcl/edit.hxx> #include <sfx2/basedlgs.hxx> +class VclContainer; class SwTableAutoFormat; class SwView; class SwWrtShell; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
