summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-01-16 12:34:17 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-01-16 18:15:16 +0100
commit494a1eb0c818eb41122ea9ba46144723ce6d8251 (patch)
treefd15e15b22280c53f3fadd780399d5f81692dd33 /sc
parent5203e462345f8491b2d4547c9665e362c5026fc7 (diff)
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@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/navipi.hxx5
1 files changed, 2 insertions, 3 deletions
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;