summaryrefslogtreecommitdiff
path: root/vcl/source/window/window.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-03-02 10:27:53 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-03-03 10:20:54 +0100
commit81565c31829fe1141e64acb900d891e9f9705971 (patch)
tree755abb4b5555a2e5b816e726f1072dfe3309a9d6 /vcl/source/window/window.cxx
parent991ce31833b3e14e75f56b213bcb71bd18d4f980 (diff)
move ImplDockingWindowWrapper out of public header
and down to where it is needed Change-Id: Ieded4a1b5d10ab7f9a57c2694a4684bdecc77fd0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111827 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/window/window.cxx')
-rw-r--r--vcl/source/window/window.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index e21cacd71c07..308d1c6b5b55 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -80,6 +80,7 @@
#include <win/salframe.h>
#endif
+#include "impldockingwrapper.hxx"
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;