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 /reportdesign/source | |
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 'reportdesign/source')
-rw-r--r-- | reportdesign/source/core/sdr/RptObject.cxx | 1 | ||||
-rw-r--r-- | reportdesign/source/ui/report/propbrw.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/reportdesign/source/core/sdr/RptObject.cxx b/reportdesign/source/core/sdr/RptObject.cxx index 8e82dcab9b77..e0a16b75b082 100644 --- a/reportdesign/source/core/sdr/RptObject.cxx +++ b/reportdesign/source/core/sdr/RptObject.cxx @@ -27,7 +27,6 @@ #include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/convert.hxx> #include "RptPage.hxx" -#include "strings.hxx" #include <dbaccess/dbsubcomponentcontroller.hxx> #include <strings.hrc> diff --git a/reportdesign/source/ui/report/propbrw.cxx b/reportdesign/source/ui/report/propbrw.cxx index 7c0ffd2b9149..4b063c0ae60e 100644 --- a/reportdesign/source/ui/report/propbrw.cxx +++ b/reportdesign/source/ui/report/propbrw.cxx @@ -55,7 +55,6 @@ #include "ViewsWindow.hxx" #include "UITools.hxx" #include <unotools/confignode.hxx> -#include "strings.hxx" namespace rptui { |