summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-03-10 20:48:37 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-03-11 18:34:17 +0100
commit071df4770dfe421d96d3df748af751eaae6982c3 (patch)
tree309ac0bbd4b2609ff7a8e2cc538f4c008588fa99 /svtools
parent1653bb9bffaa84a40b7d81a8277e887ea28df4e4 (diff)
use some forward declares to reduce includes
Change-Id: Ic3a6d9a9569f909a7480d9da09709dbd60259e97 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112323 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/misc/langhelp.cxx1
-rw-r--r--svtools/source/table/mousefunction.cxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/svtools/source/misc/langhelp.cxx b/svtools/source/misc/langhelp.cxx
index acaf2c6e24f3..92171ea6bc99 100644
--- a/svtools/source/misc/langhelp.cxx
+++ b/svtools/source/misc/langhelp.cxx
@@ -23,7 +23,6 @@
#include <vcl/idle.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
-#include <vcl/window.hxx>
#include <config_langs.h>
#include <config_vendor.h>
diff --git a/svtools/source/table/mousefunction.cxx b/svtools/source/table/mousefunction.cxx
index 6675e67e8cd3..a62af9fcc149 100644
--- a/svtools/source/table/mousefunction.cxx
+++ b/svtools/source/table/mousefunction.cxx
@@ -23,10 +23,8 @@
#include <table/tablesort.hxx>
#include <tools/diagnose_ex.h>
-#include <vcl/window.hxx>
#include <vcl/ptrstyle.hxx>
-
namespace svt::table
{