[Libreoffice-commits] core.git: sc/source sd/source sw/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jan 16 17:15:52 UTC 2020
sc/source/ui/inc/navipi.hxx | 5 ++---
sd/source/ui/animations/CustomAnimationPane.hxx | 3 +--
sw/source/uibase/inc/navipi.hxx | 1 -
3 files changed, 3 insertions(+), 6 deletions(-)
New commits:
commit 494a1eb0c818eb41122ea9ba46144723ce6d8251
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Jan 16 12:34:17 2020 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Jan 16 18:15:16 2020 +0100
drop some unneeded includes
Change-Id: I312acdd1e893e24c78df76d663e306ba6aa54cd7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86920
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sc/source/ui/inc/navipi.hxx b/sc/source/ui/inc/navipi.hxx
index 3ca20cbf5b90..ed8313791ada 100644
--- a/sc/source/ui/inc/navipi.hxx
+++ b/sc/source/ui/inc/navipi.hxx
@@ -23,7 +23,6 @@
#include <vector>
#include <vcl/toolbox.hxx>
#include <vcl/field.hxx>
-#include <vcl/layout.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/idle.hxx>
#include <svl/lstner.hxx>
@@ -179,9 +178,9 @@ private:
VclPtr<ColumnEdit> aEdCol;
VclPtr<RowEdit> aEdRow;
VclPtr<ToolBox> aTbxCmd;
- VclPtr<VclContainer> aContentBox;
+ VclPtr<vcl::Window> aContentBox;
VclPtr<ScContentTree> aLbEntries;
- VclPtr<VclContainer> aScenarioBox;
+ VclPtr<vcl::Window> aScenarioBox;
VclPtr<ScScenarioWindow> aWndScenarios;
VclPtr<ListBox> aLbDocuments;
diff --git a/sd/source/ui/animations/CustomAnimationPane.hxx b/sd/source/ui/animations/CustomAnimationPane.hxx
index a9452a9587e1..65a954213396 100644
--- a/sd/source/ui/animations/CustomAnimationPane.hxx
+++ b/sd/source/ui/animations/CustomAnimationPane.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SD_SOURCE_UI_ANIMATIONS_CUSTOMANIMATIONPANE_HXX
#define INCLUDED_SD_SOURCE_UI_ANIMATIONS_CUSTOMANIMATIONPANE_HXX
-#include <vcl/layout.hxx>
#include <vcl/field.hxx>
#include <vcl/fixed.hxx>
#include <svx/sidebar/PanelLayout.hxx>
@@ -144,7 +143,7 @@ private:
VclPtr<ListBox> mpLBStart;
VclPtr<FixedText> mpFTProperty;
VclPtr<PropertyControl> mpLBProperty;
- VclPtr<VclHBox> mpPlaceholderBox;
+ VclPtr<vcl::Window> mpPlaceholderBox;
VclPtr<PushButton> mpPBPropertyMore;
VclPtr<FixedText> mpFTDuration;
VclPtr<MetricBox> mpCBXDuration;
diff --git a/sw/source/uibase/inc/navipi.hxx b/sw/source/uibase/inc/navipi.hxx
index 24af7ae139f4..00bc0160e47b 100644
--- a/sw/source/uibase/inc/navipi.hxx
+++ b/sw/source/uibase/inc/navipi.hxx
@@ -19,7 +19,6 @@
#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_NAVIPI_HXX
#define INCLUDED_SW_SOURCE_UIBASE_INC_NAVIPI_HXX
-#include <vcl/layout.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/toolbox.hxx>
#include <vcl/idle.hxx>
More information about the Libreoffice-commits
mailing list