summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:38:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:03 +0200
commitfc8e95600aa40ef33beab7fd4c07e7ce66df1d27 (patch)
tree6fc2402f3e2ff57229e9e41f4768de146ddabc64 /l10ntools
parent1ce65e7493756672980e2555cc4fa748b7c77199 (diff)
loplugin:includeform: l10ntools
Change-Id: I73eed5cbaaa1a0668f0dfa89a1a26883f64b3107
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/inc/cfgmerge.hxx2
-rw-r--r--l10ntools/inc/common.hxx2
-rw-r--r--l10ntools/inc/export.hxx2
-rw-r--r--l10ntools/inc/helper.hxx4
-rw-r--r--l10ntools/inc/lngmerge.hxx2
-rw-r--r--l10ntools/inc/xmlparse.hxx2
-rw-r--r--l10ntools/inc/xrmmerge.hxx2
-rw-r--r--l10ntools/source/cfgmerge.cxx16
-rw-r--r--l10ntools/source/common.cxx2
-rw-r--r--l10ntools/source/helper.cxx2
-rw-r--r--l10ntools/source/helpex.cxx8
-rw-r--r--l10ntools/source/helpmerge.cxx12
-rw-r--r--l10ntools/source/lngex.cxx6
-rw-r--r--l10ntools/source/lngmerge.cxx6
-rw-r--r--l10ntools/source/localize.cxx30
-rw-r--r--l10ntools/source/merge.cxx6
-rw-r--r--l10ntools/source/po.cxx4
-rw-r--r--l10ntools/source/pocheck.cxx2
-rw-r--r--l10ntools/source/propex.cxx6
-rw-r--r--l10ntools/source/propmerge.cxx6
-rw-r--r--l10ntools/source/treemerge.cxx10
-rw-r--r--l10ntools/source/treex.cxx6
-rw-r--r--l10ntools/source/xmlparse.cxx8
-rw-r--r--l10ntools/source/xrmmerge.cxx16
24 files changed, 81 insertions, 81 deletions
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 <sal/config.h>
#include <fstream>
#include <unordered_map>
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 <sal/config.h>
#include <iostream>
#include <rtl/string.hxx>
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 <sal/config.h>
#include "po.hxx"
#include <cstddef>
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 <sal/config.h>
+#include <sal/types.h>
#include <libxml/parser.h>
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 <sal/config.h>
#include <iosfwd>
#include <vector>
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 <sal/config.h>
#include <cstddef>
#include <memory>
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 <memory>
-#include "sal/config.h"
+#include <sal/config.h>
#include <fstream>
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 <sal/config.h>
-#include "cfglex.hxx"
-#include "common.hxx"
+#include <cfglex.hxx>
+#include <common.hxx>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <memory>
-#include "rtl/strbuf.hxx"
+#include <rtl/strbuf.hxx>
-#include "helper.hxx"
-#include "export.hxx"
-#include "cfgmerge.hxx"
-#include "tokens.h"
+#include <helper.hxx>
+#include <export.hxx>
+#include <cfgmerge.hxx>
+#include <tokens.h>
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 <common.hxx>
//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 <helper.hxx>
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 <sal/config.h>
#include <iostream>
#include <fstream>
#include <string>
#include <cstring>
-#include "sal/main.h"
+#include <sal/main.h>
-#include "helpmerge.hxx"
-#include "common.hxx"
+#include <helpmerge.hxx>
+#include <common.hxx>
#include <memory>
#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 <sal/config.h>
#include <fstream>
#include <functional>
@@ -28,7 +28,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include "helpmerge.hxx"
+#include <helpmerge.hxx>
#include <algorithm>
#include <sys/types.h>
#include <sys/stat.h>
@@ -44,10 +44,10 @@
#include <direct.h>
#endif
-#include "export.hxx"
-#include "common.hxx"
-#include "helper.hxx"
-#include "po.hxx"
+#include <export.hxx>
+#include <common.hxx>
+#include <helper.hxx>
+#include <po.hxx>
#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 <sal/config.h>
-#include "sal/main.h"
+#include <sal/main.h>
-#include "lngmerge.hxx"
+#include <lngmerge.hxx>
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 <sal/config.h>
#include <cstddef>
#include <fstream>
@@ -25,8 +25,8 @@
#include <memory>
#include <string>
-#include "po.hxx"
-#include "lngmerge.hxx"
+#include <po.hxx>
+#include <lngmerge.hxx>
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 <sal/config.h>
#include <cstddef>
#include <cstdlib>
@@ -26,20 +26,20 @@
#include <vector>
#include <algorithm>
-#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 <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>
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 <sal/config.h>
#include <algorithm>
#include <fstream>
#include <string>
#include <vector>
-#include "export.hxx"
-#include "po.hxx"
+#include <export.hxx>
+#include <po.hxx>
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 <vector>
#include <string>
-#include "po.hxx"
-#include "helper.hxx"
+#include <po.hxx>
+#include <helper.hxx>
/** 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 <rtl/string.hxx>
#include <rtl/ustring.hxx>
#include <osl/file.hxx>
-#include "po.hxx"
+#include <po.hxx>
// 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 <sal/main.h>
-#include "common.hxx"
-#include "propmerge.hxx"
+#include <common.hxx>
+#include <propmerge.hxx>
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 <fstream>
#include <iomanip>
-#include "export.hxx"
-#include "common.hxx"
-#include "propmerge.hxx"
+#include <export.hxx>
+#include <common.hxx>
+#include <propmerge.hxx>
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 <libxml/xmlmemory.h>
#include <libxml/xmlstring.h>
-#include "export.hxx"
-#include "helper.hxx"
-#include "common.hxx"
-#include "po.hxx"
-#include "treemerge.hxx"
+#include <export.hxx>
+#include <helper.hxx>
+#include <common.hxx>
+#include <po.hxx>
+#include <treemerge.hxx>
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 <iostream>
#include <cstring>
-#include "sal/main.h"
+#include <sal/main.h>
-#include "common.hxx"
-#include "treemerge.hxx"
+#include <common.hxx>
+#include <treemerge.hxx>
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 <sal/config.h>
#include <iterator> /* std::iterator*/
#include <cassert>
#include <stdio.h>
-#include "helper.hxx"
-#include "common.hxx"
-#include "xmlparse.hxx"
+#include <helper.hxx>
+#include <common.hxx>
+#include <xmlparse.hxx>
#include <fstream>
#include <iostream>
#include <osl/thread.hxx>
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 <sal/config.h>
#include <cstring>
#include <stdio.h>
-#include "common.hxx"
-#include "export.hxx"
-#include "po.hxx"
-#include "xrmlex.hxx"
-#include "xrmmerge.hxx"
-#include "tokens.h"
-#include "helper.hxx"
+#include <common.hxx>
+#include <export.hxx>
+#include <po.hxx>
+#include <xrmlex.hxx>
+#include <xrmmerge.hxx>
+#include <tokens.h>
+#include <helper.hxx>
#include <iostream>
#include <fstream>
#include <vector>