diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-09 13:04:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-23 15:29:31 +0100 |
commit | e5e337fb77cff58436dd943b1e623811d3a11bd3 (patch) | |
tree | 8c4e5e367b1fa9b9f6853aeefd0c927fe2ae5e53 /svx/source/gallery2 | |
parent | 66ed51712bb323bba7d1a0b0d21b256e5f5f9ccf (diff) |
weld SvxFontWorkDialog
Change-Id: If9da7ad6a834d22f1bcab8d41ce7fe1f80168946
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/84774
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/gallery2')
-rw-r--r-- | svx/source/gallery2/galbrws2.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx index 2c477e0b1c9b..2d3f2fab793b 100644 --- a/svx/source/gallery2/galbrws2.cxx +++ b/svx/source/gallery2/galbrws2.cxx @@ -23,6 +23,8 @@ #include <svl/stritem.hxx> #include <svl/intitem.hxx> #include <svl/eitem.hxx> +#include <vcl/commandevent.hxx> +#include <vcl/event.hxx> #include <vcl/transfer.hxx> #include <vcl/virdev.hxx> #include <sfx2/bindings.hxx> |