From fc8e95600aa40ef33beab7fd4c07e7ce66df1d27 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:38:48 +0200 Subject: loplugin:includeform: l10ntools Change-Id: I73eed5cbaaa1a0668f0dfa89a1a26883f64b3107 --- l10ntools/inc/cfgmerge.hxx | 2 +- l10ntools/inc/common.hxx | 2 +- l10ntools/inc/export.hxx | 2 +- l10ntools/inc/helper.hxx | 4 ++-- l10ntools/inc/lngmerge.hxx | 2 +- l10ntools/inc/xmlparse.hxx | 2 +- l10ntools/inc/xrmmerge.hxx | 2 +- l10ntools/source/cfgmerge.cxx | 16 ++++++++-------- l10ntools/source/common.cxx | 2 +- l10ntools/source/helper.cxx | 2 +- l10ntools/source/helpex.cxx | 8 ++++---- l10ntools/source/helpmerge.cxx | 12 ++++++------ l10ntools/source/lngex.cxx | 6 +++--- l10ntools/source/lngmerge.cxx | 6 +++--- l10ntools/source/localize.cxx | 30 +++++++++++++++--------------- l10ntools/source/merge.cxx | 6 +++--- l10ntools/source/po.cxx | 4 ++-- l10ntools/source/pocheck.cxx | 2 +- l10ntools/source/propex.cxx | 6 +++--- l10ntools/source/propmerge.cxx | 6 +++--- l10ntools/source/treemerge.cxx | 10 +++++----- l10ntools/source/treex.cxx | 6 +++--- l10ntools/source/xmlparse.cxx | 8 ++++---- l10ntools/source/xrmmerge.cxx | 16 ++++++++-------- 24 files changed, 81 insertions(+), 81 deletions(-) (limited to 'l10ntools') diff --git a/l10ntools/inc/cfgmerge.hxx b/l10ntools/inc/cfgmerge.hxx index f1d993dd62d0..c3eb1cd1cf02 100644 --- a/l10ntools/inc/cfgmerge.hxx +++ b/l10ntools/inc/cfgmerge.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_L10NTOOLS_INC_CFGMERGE_HXX #define INCLUDED_L10NTOOLS_INC_CFGMERGE_HXX -#include "sal/config.h" +#include #include #include diff --git a/l10ntools/inc/common.hxx b/l10ntools/inc/common.hxx index 4551e44f33e5..993d5152967e 100644 --- a/l10ntools/inc/common.hxx +++ b/l10ntools/inc/common.hxx @@ -12,7 +12,7 @@ #ifndef INCLUDED_L10NTOOLS_INC_COMMON_HXX #define INCLUDED_L10NTOOLS_INC_COMMON_HXX -#include "sal/config.h" +#include #include #include diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index dd5d7d600a6c..0ed0f45c5175 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_L10NTOOLS_INC_EXPORT_HXX #define INCLUDED_L10NTOOLS_INC_EXPORT_HXX -#include "sal/config.h" +#include #include "po.hxx" #include diff --git a/l10ntools/inc/helper.hxx b/l10ntools/inc/helper.hxx index a58869333fbc..a6eed4ff59d3 100644 --- a/l10ntools/inc/helper.hxx +++ b/l10ntools/inc/helper.hxx @@ -12,8 +12,8 @@ #ifndef INCLUDED_L10NTOOLS_INC_HELPER_HXX #define INCLUDED_L10NTOOLS_INC_HELPER_HXX -#include "sal/config.h" -#include "sal/types.h" +#include +#include #include diff --git a/l10ntools/inc/lngmerge.hxx b/l10ntools/inc/lngmerge.hxx index 6d47bfcaf199..24d5b6ed211f 100644 --- a/l10ntools/inc/lngmerge.hxx +++ b/l10ntools/inc/lngmerge.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_L10NTOOLS_INC_LNGMERGE_HXX #define INCLUDED_L10NTOOLS_INC_LNGMERGE_HXX -#include "sal/config.h" +#include #include #include diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx index d5fbc7a4c339..177af07dfc7a 100644 --- a/l10ntools/inc/xmlparse.hxx +++ b/l10ntools/inc/xmlparse.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_L10NTOOLS_INC_XMLPARSE_HXX #define INCLUDED_L10NTOOLS_INC_XMLPARSE_HXX -#include "sal/config.h" +#include #include #include diff --git a/l10ntools/inc/xrmmerge.hxx b/l10ntools/inc/xrmmerge.hxx index f5abcf9b59f7..e599a59fcbe2 100644 --- a/l10ntools/inc/xrmmerge.hxx +++ b/l10ntools/inc/xrmmerge.hxx @@ -21,7 +21,7 @@ #define INCLUDED_L10NTOOLS_INC_XRMMERGE_HXX #include -#include "sal/config.h" +#include #include diff --git a/l10ntools/source/cfgmerge.cxx b/l10ntools/source/cfgmerge.cxx index 8e4868471f01..60e05d1863ad 100644 --- a/l10ntools/source/cfgmerge.cxx +++ b/l10ntools/source/cfgmerge.cxx @@ -17,22 +17,22 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include -#include "cfglex.hxx" -#include "common.hxx" +#include +#include #include #include #include #include -#include "rtl/strbuf.hxx" +#include -#include "helper.hxx" -#include "export.hxx" -#include "cfgmerge.hxx" -#include "tokens.h" +#include +#include +#include +#include void yyerror(char const *); diff --git a/l10ntools/source/common.cxx b/l10ntools/source/common.cxx index 45c15fae969c..92dc802aa872 100644 --- a/l10ntools/source/common.cxx +++ b/l10ntools/source/common.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "common.hxx" +#include //flags for handleArguments() enum class State { diff --git a/l10ntools/source/helper.cxx b/l10ntools/source/helper.cxx index 491df41b3392..a14c079dd302 100644 --- a/l10ntools/source/helper.cxx +++ b/l10ntools/source/helper.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "helper.hxx" +#include namespace helper { diff --git a/l10ntools/source/helpex.cxx b/l10ntools/source/helpex.cxx index be64a4a639ea..6fc5e328ac7a 100644 --- a/l10ntools/source/helpex.cxx +++ b/l10ntools/source/helpex.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include #include #include #include -#include "sal/main.h" +#include -#include "helpmerge.hxx" -#include "common.hxx" +#include +#include #include #ifndef TESTDRIVER diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx index 19aee8aa84a2..d95d55a4d049 100644 --- a/l10ntools/source/helpmerge.cxx +++ b/l10ntools/source/helpmerge.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include #include @@ -28,7 +28,7 @@ #include #include -#include "helpmerge.hxx" +#include #include #include #include @@ -44,10 +44,10 @@ #include #endif -#include "export.hxx" -#include "common.hxx" -#include "helper.hxx" -#include "po.hxx" +#include +#include +#include +#include #if OSL_DEBUG_LEVEL > 2 void HelpParser::Dump(XMLHashMap* rElem_in) diff --git a/l10ntools/source/lngex.cxx b/l10ntools/source/lngex.cxx index d68cdc855800..0d8bc6b9361f 100644 --- a/l10ntools/source/lngex.cxx +++ b/l10ntools/source/lngex.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include -#include "sal/main.h" +#include -#include "lngmerge.hxx" +#include SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) { diff --git a/l10ntools/source/lngmerge.cxx b/l10ntools/source/lngmerge.cxx index 347972c91a06..b913a81249c8 100644 --- a/l10ntools/source/lngmerge.cxx +++ b/l10ntools/source/lngmerge.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include #include @@ -25,8 +25,8 @@ #include #include -#include "po.hxx" -#include "lngmerge.hxx" +#include +#include namespace { diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index 2e8e3c1f2012..822996d85b55 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include #include @@ -26,20 +26,20 @@ #include #include -#include "osl/file.h" -#include "osl/file.hxx" -#include "osl/thread.h" -#include "rtl/string.h" -#include "rtl/string.hxx" -#include "rtl/textcvt.h" -#include "rtl/strbuf.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/macros.h" -#include "sal/main.h" -#include "sal/types.h" - -#include "po.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include using namespace std; diff --git a/l10ntools/source/merge.cxx b/l10ntools/source/merge.cxx index 35df82f37f30..a86ddf96124e 100644 --- a/l10ntools/source/merge.cxx +++ b/l10ntools/source/merge.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include #include #include #include -#include "export.hxx" -#include "po.hxx" +#include +#include namespace { diff --git a/l10ntools/source/po.cxx b/l10ntools/source/po.cxx index f2ad01b3f68f..7959b8361d7d 100644 --- a/l10ntools/source/po.cxx +++ b/l10ntools/source/po.cxx @@ -17,8 +17,8 @@ #include #include -#include "po.hxx" -#include "helper.hxx" +#include +#include /** Container of po entry diff --git a/l10ntools/source/pocheck.cxx b/l10ntools/source/pocheck.cxx index 84be02913293..fbf42689082f 100644 --- a/l10ntools/source/pocheck.cxx +++ b/l10ntools/source/pocheck.cxx @@ -14,7 +14,7 @@ #include #include #include -#include "po.hxx" +#include // Translated style names must be unique static void checkStyleNames(const OString& aLanguage) diff --git a/l10ntools/source/propex.cxx b/l10ntools/source/propex.cxx index b12f4d32d6f6..32d2e3d3c52e 100644 --- a/l10ntools/source/propex.cxx +++ b/l10ntools/source/propex.cxx @@ -7,10 +7,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/main.h" +#include -#include "common.hxx" -#include "propmerge.hxx" +#include +#include SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) { diff --git a/l10ntools/source/propmerge.cxx b/l10ntools/source/propmerge.cxx index 15850d911001..1f57f03c2ff0 100644 --- a/l10ntools/source/propmerge.cxx +++ b/l10ntools/source/propmerge.cxx @@ -14,9 +14,9 @@ #include #include -#include "export.hxx" -#include "common.hxx" -#include "propmerge.hxx" +#include +#include +#include namespace { diff --git a/l10ntools/source/treemerge.cxx b/l10ntools/source/treemerge.cxx index 582017dbd2a3..791c1aebf52a 100644 --- a/l10ntools/source/treemerge.cxx +++ b/l10ntools/source/treemerge.cxx @@ -17,11 +17,11 @@ #include #include -#include "export.hxx" -#include "helper.hxx" -#include "common.hxx" -#include "po.hxx" -#include "treemerge.hxx" +#include +#include +#include +#include +#include namespace diff --git a/l10ntools/source/treex.cxx b/l10ntools/source/treex.cxx index dafc80bbba50..ba28879760ba 100644 --- a/l10ntools/source/treex.cxx +++ b/l10ntools/source/treex.cxx @@ -9,10 +9,10 @@ #include #include -#include "sal/main.h" +#include -#include "common.hxx" -#include "treemerge.hxx" +#include +#include void WriteUsage() { diff --git a/l10ntools/source/xmlparse.cxx b/l10ntools/source/xmlparse.cxx index 16f6ced20ec8..3ba61be5e1a0 100644 --- a/l10ntools/source/xmlparse.cxx +++ b/l10ntools/source/xmlparse.cxx @@ -16,16 +16,16 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include /* std::iterator*/ #include #include -#include "helper.hxx" -#include "common.hxx" -#include "xmlparse.hxx" +#include +#include +#include #include #include #include diff --git a/l10ntools/source/xrmmerge.cxx b/l10ntools/source/xrmmerge.cxx index e3dc7777c9e2..b9102d793d39 100644 --- a/l10ntools/source/xrmmerge.cxx +++ b/l10ntools/source/xrmmerge.cxx @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include #include -#include "common.hxx" -#include "export.hxx" -#include "po.hxx" -#include "xrmlex.hxx" -#include "xrmmerge.hxx" -#include "tokens.h" -#include "helper.hxx" +#include +#include +#include +#include +#include +#include +#include #include #include #include -- cgit