diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-02-22 22:39:04 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-02-24 14:37:07 +0100 |
commit | a6e46a240267a6d7082f65629b2bc1dcd1313f89 (patch) | |
tree | c3eefc46e79c78288d3d4abfe8f36bdd330a3450 /sw | |
parent | b7e3e73b8015e20f8303ea1f2a2156128ae411e2 (diff) |
Removed duplicated includes
Change-Id: I04ea7b0e923e903210aef81e9d72e554bbf9e1c9
Reviewed-on: https://gerrit.libreoffice.org/50208
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/crsr/viscrs.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/lingu/olmenu.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/crsr/viscrs.cxx b/sw/source/core/crsr/viscrs.cxx index 1f2641b89b0a..b7f370608115 100644 --- a/sw/source/core/crsr/viscrs.cxx +++ b/sw/source/core/crsr/viscrs.cxx @@ -48,7 +48,6 @@ #include <svx/sdr/overlay/overlaymanager.hxx> #include <svx/sdrpaintwindow.hxx> #include <svx/srchdlg.hxx> -#include <vcl/svapp.hxx> #include <svx/sdr/overlay/overlayselection.hxx> #include "overlayrangesoutline.hxx" diff --git a/sw/source/uibase/lingu/olmenu.cxx b/sw/source/uibase/lingu/olmenu.cxx index 405f27a27a57..a411f3b25c97 100644 --- a/sw/source/uibase/lingu/olmenu.cxx +++ b/sw/source/uibase/lingu/olmenu.cxx @@ -73,7 +73,6 @@ #include <unotools/linguprops.hxx> #include <vcl/layout.hxx> #include <vcl/settings.hxx> -#include <vcl/svapp.hxx> #include <sal/macros.h> #include <map> |