Kaydet (Commit) fc8e9560 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: l10ntools

Change-Id: I73eed5cbaaa1a0668f0dfa89a1a26883f64b3107
üst 1ce65e74
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_L10NTOOLS_INC_CFGMERGE_HXX #ifndef INCLUDED_L10NTOOLS_INC_CFGMERGE_HXX
#define INCLUDED_L10NTOOLS_INC_CFGMERGE_HXX #define INCLUDED_L10NTOOLS_INC_CFGMERGE_HXX
#include "sal/config.h" #include <sal/config.h>
#include <fstream> #include <fstream>
#include <unordered_map> #include <unordered_map>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#ifndef INCLUDED_L10NTOOLS_INC_COMMON_HXX #ifndef INCLUDED_L10NTOOLS_INC_COMMON_HXX
#define INCLUDED_L10NTOOLS_INC_COMMON_HXX #define INCLUDED_L10NTOOLS_INC_COMMON_HXX
#include "sal/config.h" #include <sal/config.h>
#include <iostream> #include <iostream>
#include <rtl/string.hxx> #include <rtl/string.hxx>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_L10NTOOLS_INC_EXPORT_HXX #ifndef INCLUDED_L10NTOOLS_INC_EXPORT_HXX
#define INCLUDED_L10NTOOLS_INC_EXPORT_HXX #define INCLUDED_L10NTOOLS_INC_EXPORT_HXX
#include "sal/config.h" #include <sal/config.h>
#include "po.hxx" #include "po.hxx"
#include <cstddef> #include <cstddef>
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
#ifndef INCLUDED_L10NTOOLS_INC_HELPER_HXX #ifndef INCLUDED_L10NTOOLS_INC_HELPER_HXX
#define INCLUDED_L10NTOOLS_INC_HELPER_HXX #define INCLUDED_L10NTOOLS_INC_HELPER_HXX
#include "sal/config.h" #include <sal/config.h>
#include "sal/types.h" #include <sal/types.h>
#include <libxml/parser.h> #include <libxml/parser.h>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_L10NTOOLS_INC_LNGMERGE_HXX #ifndef INCLUDED_L10NTOOLS_INC_LNGMERGE_HXX
#define INCLUDED_L10NTOOLS_INC_LNGMERGE_HXX #define INCLUDED_L10NTOOLS_INC_LNGMERGE_HXX
#include "sal/config.h" #include <sal/config.h>
#include <iosfwd> #include <iosfwd>
#include <vector> #include <vector>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_L10NTOOLS_INC_XMLPARSE_HXX #ifndef INCLUDED_L10NTOOLS_INC_XMLPARSE_HXX
#define INCLUDED_L10NTOOLS_INC_XMLPARSE_HXX #define INCLUDED_L10NTOOLS_INC_XMLPARSE_HXX
#include "sal/config.h" #include <sal/config.h>
#include <cstddef> #include <cstddef>
#include <memory> #include <memory>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#define INCLUDED_L10NTOOLS_INC_XRMMERGE_HXX #define INCLUDED_L10NTOOLS_INC_XRMMERGE_HXX
#include <memory> #include <memory>
#include "sal/config.h" #include <sal/config.h>
#include <fstream> #include <fstream>
......
...@@ -17,22 +17,22 @@ ...@@ -17,22 +17,22 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include "cfglex.hxx" #include <cfglex.hxx>
#include "common.hxx" #include <common.hxx>
#include <cstdio> #include <cstdio>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include <memory> #include <memory>
#include "rtl/strbuf.hxx" #include <rtl/strbuf.hxx>
#include "helper.hxx" #include <helper.hxx>
#include "export.hxx" #include <export.hxx>
#include "cfgmerge.hxx" #include <cfgmerge.hxx>
#include "tokens.h" #include <tokens.h>
void yyerror(char const *); void yyerror(char const *);
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#include "common.hxx" #include <common.hxx>
//flags for handleArguments() //flags for handleArguments()
enum class State { enum class State {
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#include "helper.hxx" #include <helper.hxx>
namespace helper { namespace helper {
......
...@@ -17,17 +17,17 @@ ...@@ -17,17 +17,17 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <string> #include <string>
#include <cstring> #include <cstring>
#include "sal/main.h" #include <sal/main.h>
#include "helpmerge.hxx" #include <helpmerge.hxx>
#include "common.hxx" #include <common.hxx>
#include <memory> #include <memory>
#ifndef TESTDRIVER #ifndef TESTDRIVER
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include <fstream> #include <fstream>
#include <functional> #include <functional>
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include "helpmerge.hxx" #include <helpmerge.hxx>
#include <algorithm> #include <algorithm>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
...@@ -44,10 +44,10 @@ ...@@ -44,10 +44,10 @@
#include <direct.h> #include <direct.h>
#endif #endif
#include "export.hxx" #include <export.hxx>
#include "common.hxx" #include <common.hxx>
#include "helper.hxx" #include <helper.hxx>
#include "po.hxx" #include <po.hxx>
#if OSL_DEBUG_LEVEL > 2 #if OSL_DEBUG_LEVEL > 2
void HelpParser::Dump(XMLHashMap* rElem_in) void HelpParser::Dump(XMLHashMap* rElem_in)
......
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * 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) { SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) {
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include <cstddef> #include <cstddef>
#include <fstream> #include <fstream>
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
#include <memory> #include <memory>
#include <string> #include <string>
#include "po.hxx" #include <po.hxx>
#include "lngmerge.hxx" #include <lngmerge.hxx>
namespace { namespace {
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include <cstddef> #include <cstddef>
#include <cstdlib> #include <cstdlib>
...@@ -26,20 +26,20 @@ ...@@ -26,20 +26,20 @@
#include <vector> #include <vector>
#include <algorithm> #include <algorithm>
#include "osl/file.h" #include <osl/file.h>
#include "osl/file.hxx" #include <osl/file.hxx>
#include "osl/thread.h" #include <osl/thread.h>
#include "rtl/string.h" #include <rtl/string.h>
#include "rtl/string.hxx" #include <rtl/string.hxx>
#include "rtl/textcvt.h" #include <rtl/textcvt.h>
#include "rtl/strbuf.hxx" #include <rtl/strbuf.hxx>
#include "rtl/ustring.h" #include <rtl/ustring.h>
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
#include "sal/macros.h" #include <sal/macros.h>
#include "sal/main.h" #include <sal/main.h>
#include "sal/types.h" #include <sal/types.h>
#include "po.hxx" #include <po.hxx>
using namespace std; using namespace std;
......
...@@ -17,15 +17,15 @@ ...@@ -17,15 +17,15 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include <algorithm> #include <algorithm>
#include <fstream> #include <fstream>
#include <string> #include <string>
#include <vector> #include <vector>
#include "export.hxx" #include <export.hxx>
#include "po.hxx" #include <po.hxx>
namespace namespace
{ {
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
#include <vector> #include <vector>
#include <string> #include <string>
#include "po.hxx" #include <po.hxx>
#include "helper.hxx" #include <helper.hxx>
/** Container of po entry /** Container of po entry
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include <rtl/string.hxx> #include <rtl/string.hxx>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <osl/file.hxx> #include <osl/file.hxx>
#include "po.hxx" #include <po.hxx>
// Translated style names must be unique // Translated style names must be unique
static void checkStyleNames(const OString& aLanguage) static void checkStyleNames(const OString& aLanguage)
......
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#include "sal/main.h" #include <sal/main.h>
#include "common.hxx" #include <common.hxx>
#include "propmerge.hxx" #include <propmerge.hxx>
SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
{ {
......
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
#include <fstream> #include <fstream>
#include <iomanip> #include <iomanip>
#include "export.hxx" #include <export.hxx>
#include "common.hxx" #include <common.hxx>
#include "propmerge.hxx" #include <propmerge.hxx>
namespace namespace
{ {
......
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
#include <libxml/xmlmemory.h> #include <libxml/xmlmemory.h>
#include <libxml/xmlstring.h> #include <libxml/xmlstring.h>
#include "export.hxx" #include <export.hxx>
#include "helper.hxx" #include <helper.hxx>
#include "common.hxx" #include <common.hxx>
#include "po.hxx" #include <po.hxx>
#include "treemerge.hxx" #include <treemerge.hxx>
namespace namespace
......
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
#include <iostream> #include <iostream>
#include <cstring> #include <cstring>
#include "sal/main.h" #include <sal/main.h>
#include "common.hxx" #include <common.hxx>
#include "treemerge.hxx" #include <treemerge.hxx>
void WriteUsage() void WriteUsage()
{ {
......
...@@ -16,16 +16,16 @@ ...@@ -16,16 +16,16 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include <iterator> /* std::iterator*/ #include <iterator> /* std::iterator*/
#include <cassert> #include <cassert>
#include <stdio.h> #include <stdio.h>
#include "helper.hxx" #include <helper.hxx>
#include "common.hxx" #include <common.hxx>
#include "xmlparse.hxx" #include <xmlparse.hxx>
#include <fstream> #include <fstream>
#include <iostream> #include <iostream>
#include <osl/thread.hxx> #include <osl/thread.hxx>
......
...@@ -17,19 +17,19 @@ ...@@ -17,19 +17,19 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include <cstring> #include <cstring>
#include <stdio.h> #include <stdio.h>
#include "common.hxx" #include <common.hxx>
#include "export.hxx" #include <export.hxx>
#include "po.hxx" #include <po.hxx>
#include "xrmlex.hxx" #include <xrmlex.hxx>
#include "xrmmerge.hxx" #include <xrmmerge.hxx>
#include "tokens.h" #include <tokens.h>
#include "helper.hxx" #include <helper.hxx>
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <vector> #include <vector>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment