summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-01-24 15:29:00 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-01-24 18:14:16 +0100
commit7679820af5739d3b6d5de0c4cb771d081407f406 (patch)
tree8bc60369133efd60f0fe0df6dbf2b197039b2e28 /sfx2
parent4fbec819fc041cddcd64621acdd29bd35f4dd493 (diff)
can use a forward decl here
Change-Id: I9abce9c3b02d998ed422405af0eb3a06cfa4057a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128871 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/titledockwin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/titledockwin.cxx b/sfx2/source/dialog/titledockwin.cxx
index 69f530c49592..f9209b8e26a3 100644
--- a/sfx2/source/dialog/titledockwin.cxx
+++ b/sfx2/source/dialog/titledockwin.cxx
@@ -26,9 +26,9 @@
#include <sfx2/sfxresid.hxx>
#include <svl/eitem.hxx>
-#include <vcl/settings.hxx>
#include <vcl/event.hxx>
-
+#include <vcl/settings.hxx>
+#include <vcl/toolbox.hxx>
namespace sfx2
{