diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-09-25 11:05:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-09-26 09:55:44 +0200 |
commit | 468729d6490f033a2d955edbc0fd6ef932bb11a9 (patch) | |
tree | 620323df1c16fab4eaa5e4879feae871e64316c1 /sc/source/core | |
parent | deb37c44ecfb8f6aa7c2ceec4771b0505fa7b6bb (diff) |
drop unnecessary includes and update pch
Change-Id: Id7fa7d5b95c32fdc738a18208eb95eaec102d937
Reviewed-on: https://gerrit.libreoffice.org/79523
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/core')
-rw-r--r-- | sc/source/core/data/global.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/core/data/global.cxx b/sc/source/core/data/global.cxx index 19722265ce67..14c16fde8e33 100644 --- a/sc/source/core/data/global.cxx +++ b/sc/source/core/data/global.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <vcl/svapp.hxx> #include <scitems.hxx> #include <svx/algitem.hxx> #include <editeng/brushitem.hxx> @@ -34,8 +33,10 @@ #include <svl/stritem.hxx> #include <svl/zforlist.hxx> #include <svl/zformat.hxx> +#include <vcl/keycodes.hxx> #include <vcl/virdev.hxx> #include <vcl/settings.hxx> +#include <vcl/svapp.hxx> #include <unotools/charclass.hxx> #include <unotools/securityoptions.hxx> #include <osl/diagnose.h> |