diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-07-22 15:36:44 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-07-23 13:22:07 +0200 |
commit | b66cfdbc1aa43fb42cf881bcc702798e95a50a9c (patch) | |
tree | 89268f487fe1ef59c9f13f8a2ecb0f21b372278e /svx/source/unodraw | |
parent | 737e6c248ae015b7fced059257f2faa9cf4c0703 (diff) |
Removed duplicated includes
Mainly about "core_resource.hxx" and "strings.hrc".
It passed "make check" on Linux.
Change-Id: I994420d5e33d02b64929f8a51c548a7322d88a79
Reviewed-on: https://gerrit.libreoffice.org/40311
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 9f49e7a6a0b3..a14e539878b2 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -78,7 +78,6 @@ #include "svx/xflhtit.hxx" #include "svx/xlndsit.hxx" #include "svdglob.hxx" -#include "svx/strings.hrc" #include "svx/unomaster.hxx" #include <editeng/outlobj.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> |