diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-24 20:34:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-25 21:50:47 +0200 |
commit | 3d79f395ea6b0a960051615a98bfe58387c7d231 (patch) | |
tree | e8e2efabc9b7e88072c4fd338eb85a94314ac809 /cui/source/options | |
parent | 96e5121869e95a8e28788a91ce0dc480e5f10c0b (diff) |
weld SvxColorDockingWindow
Change-Id: Iabefa16f850d3d76017adfd77fb6be30ed467887
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92895
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/options')
-rw-r--r-- | cui/source/options/treeopt.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx index afd797d702e5..4e71fd62aa7b 100644 --- a/cui/source/options/treeopt.cxx +++ b/cui/source/options/treeopt.cxx @@ -99,6 +99,7 @@ #include <unotools/viewoptions.hxx> #include <vcl/help.hxx> #include <vcl/svapp.hxx> +#include <vcl/window.hxx> #include <sal/log.hxx> using namespace ::com::sun::star; |