diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-13 17:10:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-14 09:59:52 +0100 |
commit | 1e57442fc9f275828943d316ac4b64f1d29b3f9b (patch) | |
tree | 0aeedc49c27da3df473ccaa431482d1b46212636 /svx/inc | |
parent | 832a120473ff352cd4e3f2c0486c8718806cb2aa (diff) |
weld SearchLabelToolboxController
and split out LabelItemWindow to reuse it
Change-Id: Ie14f1bdc6d8684db088c018afd341e10bee9d977
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88623
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/pch/precompiled_svx.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx index 2fbeb6430aac..3581e2087a00 100644 --- a/svx/inc/pch/precompiled_svx.hxx +++ b/svx/inc/pch/precompiled_svx.hxx @@ -13,7 +13,7 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2020-02-13 17:41:02 using: + Generated on 2020-02-13 20:23:51 using: ./bin/update_pch svx svx --cutoff=3 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -368,6 +368,7 @@ #include <fmservs.hxx> #include <fmshimp.hxx> #include <helpids.h> +#include <labelitemwindow.hxx> #include <svx/AccessibleControlShape.hxx> #include <svx/AccessibleShape.hxx> #include <svx/AccessibleShapeInfo.hxx> |