diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-07 15:24:39 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-07 15:24:39 +0200 |
commit | c7d221f406a2f1723401b7576a8ff0c7a429a222 (patch) | |
tree | e70869a63879e00810fbbe33e0b1e3bca7b69b61 /sal | |
parent | ff254bfe747a17a153cfe509f29505383a6e829c (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/rtl/logfile/rtl_logfile.cxx | 2 | ||||
-rw-r--r-- | sal/qa/rtl_strings/rtl_OString.cxx | 2 | ||||
-rw-r--r-- | sal/qa/rtl_strings/rtl_OUString.cxx | 2 | ||||
-rw-r--r-- | sal/qa/rtl_strings/rtl_OUStringBuffer.cxx | 2 | ||||
-rw-r--r-- | sal/qa/rtl_strings/rtl_old_testostring.cxx | 2 | ||||
-rw-r--r-- | sal/qa/rtl_strings/rtl_old_testowstring.cxx | 2 | ||||
-rw-r--r-- | sal/qa/rtl_strings/rtl_old_teststrbuf.cxx | 2 |
7 files changed, 0 insertions, 14 deletions
diff --git a/sal/qa/rtl/logfile/rtl_logfile.cxx b/sal/qa/rtl/logfile/rtl_logfile.cxx index bae6e5c4d3e8..159bc2c06044 100644 --- a/sal/qa/rtl/logfile/rtl_logfile.cxx +++ b/sal/qa/rtl/logfile/rtl_logfile.cxx @@ -45,9 +45,7 @@ #include <rtl/logfile.hxx> #include <testshl/simpleheader.hxx> -// #ifndef _OSL_MODULE_HXX_ // #include <osl/module.hxx> -// #endif #include <osl/file.hxx> #if ( defined WNT ) // Windows #include <tools/prewin.h> diff --git a/sal/qa/rtl_strings/rtl_OString.cxx b/sal/qa/rtl_strings/rtl_OString.cxx index fc777f11b723..7d58723210d8 100644 --- a/sal/qa/rtl_strings/rtl_OString.cxx +++ b/sal/qa/rtl_strings/rtl_OString.cxx @@ -33,9 +33,7 @@ #include <sal/types.h> #endif -// #ifndef _RTL_TRES_H_ // #include <rtl/tres.h> -// #endif #include <testshl/tresstatewrapper.hxx> diff --git a/sal/qa/rtl_strings/rtl_OUString.cxx b/sal/qa/rtl_strings/rtl_OUString.cxx index 41538065d4fc..9b9643a7390e 100644 --- a/sal/qa/rtl_strings/rtl_OUString.cxx +++ b/sal/qa/rtl_strings/rtl_OUString.cxx @@ -29,9 +29,7 @@ #include "precompiled_sal.hxx" #include <sal/types.h> -//# #ifndef _RTL_TRES_H_ //# #include <rtl/tres.h> -//# #endif #include <testshl/tresstatewrapper.hxx> #include "stringhelper.hxx" #include <rtl/string.hxx> diff --git a/sal/qa/rtl_strings/rtl_OUStringBuffer.cxx b/sal/qa/rtl_strings/rtl_OUStringBuffer.cxx index 950231d1651c..32b103dbccd1 100644 --- a/sal/qa/rtl_strings/rtl_OUStringBuffer.cxx +++ b/sal/qa/rtl_strings/rtl_OUStringBuffer.cxx @@ -32,9 +32,7 @@ #include <sal/types.h> #endif -// #ifndef _RTL_TRES_H_ // #include <rtl/tres.h> -// #endif #include <testshl/tresstatewrapper.hxx> #ifndef _RTL_STRING_HXX_ diff --git a/sal/qa/rtl_strings/rtl_old_testostring.cxx b/sal/qa/rtl_strings/rtl_old_testostring.cxx index 886dac40789b..0c5d3f8345ac 100644 --- a/sal/qa/rtl_strings/rtl_old_testostring.cxx +++ b/sal/qa/rtl_strings/rtl_old_testostring.cxx @@ -37,9 +37,7 @@ #include <string.h> #include <stdio.h> -// #ifndef _OSL_DIAGNOSE_H_ // #include <osl/diagnose.h> -// #endif #include <rtl/string.hxx> diff --git a/sal/qa/rtl_strings/rtl_old_testowstring.cxx b/sal/qa/rtl_strings/rtl_old_testowstring.cxx index 0e4e28616ad6..4a0d6d008c1c 100644 --- a/sal/qa/rtl_strings/rtl_old_testowstring.cxx +++ b/sal/qa/rtl_strings/rtl_old_testowstring.cxx @@ -44,9 +44,7 @@ #include <wcstr.h> #endif -// #ifndef _OSL_DIAGNOSE_H_ // #include <osl/diagnose.h> -// #endif #include <rtl/ustring.hxx> diff --git a/sal/qa/rtl_strings/rtl_old_teststrbuf.cxx b/sal/qa/rtl_strings/rtl_old_teststrbuf.cxx index 5c1c45b00219..bf760e5c5b91 100644 --- a/sal/qa/rtl_strings/rtl_old_teststrbuf.cxx +++ b/sal/qa/rtl_strings/rtl_old_teststrbuf.cxx @@ -38,9 +38,7 @@ #include <string.h> #include <stdio.h> -// #ifndef _OSL_DIAGNOSE_H_ // #include <osl/diagnose.h> -// #endif #include <rtl/strbuf.hxx> |