diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-02 10:27:53 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-03 10:20:54 +0100 |
commit | 81565c31829fe1141e64acb900d891e9f9705971 (patch) | |
tree | 755abb4b5555a2e5b816e726f1072dfe3309a9d6 /vcl/source/window/toolbox.cxx | |
parent | 991ce31833b3e14e75f56b213bcb71bd18d4f980 (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/toolbox.cxx')
-rw-r--r-- | vcl/source/window/toolbox.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx index eff09817c4a0..bf0033eb65ec 100644 --- a/vcl/source/window/toolbox.cxx +++ b/vcl/source/window/toolbox.cxx @@ -52,6 +52,7 @@ #include <vector> #include <math.h> +#include "impldockingwrapper.hxx" #define SMALLBUTTON_HSIZE 7 #define SMALLBUTTON_VSIZE 7 |