diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-05-21 09:52:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-05-21 20:15:01 +0200 |
commit | 6124f6726a8f6da9088024fabac9c3ccc3dca08a (patch) | |
tree | fa7613dd74af68d406fbc61e5b036e4e6c68e157 /svx/inc/pch | |
parent | d37b1ca5f502454266ff5a75455d61776ee11bb4 (diff) |
split out labelitemwindow
Change-Id: If5121b58538708a47783aee099bc426408989cbf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94636
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/inc/pch')
-rw-r--r-- | svx/inc/pch/precompiled_svx.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx index e692c3de4f25..45da207e9fb8 100644 --- a/svx/inc/pch/precompiled_svx.hxx +++ b/svx/inc/pch/precompiled_svx.hxx @@ -370,7 +370,6 @@ #include <fmprop.hxx> #include <fmservs.hxx> #include <helpids.h> -#include <labelitemwindow.hxx> #include <svx/AccessibleControlShape.hxx> #include <svx/AccessibleShape.hxx> #include <svx/AccessibleShapeInfo.hxx> @@ -394,6 +393,7 @@ #include <svx/galmisc.hxx> #include <svx/itemwin.hxx> #include <svx/itextprovider.hxx> +#include <svx/labelitemwindow.hxx> #include <svx/obj3d.hxx> #include <svx/pageitem.hxx> #include <svx/rotmodit.hxx> |