diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:25:56 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:25:56 -0600 |
commit | 5f7649aead657078cd41eb0767b7ca8bb6676250 (patch) | |
tree | a708ae5991c51f248895b08688155ff4bba605f5 /tools/source/string | |
parent | 6a7d81e7a50b31b8746934dd7946d898715a9169 (diff) |
remove include of pch header from tools
Diffstat (limited to 'tools/source/string')
-rw-r--r-- | tools/source/string/reversemap.cxx | 2 | ||||
-rw-r--r-- | tools/source/string/strascii.cxx | 1 | ||||
-rw-r--r-- | tools/source/string/strcvt.cxx | 1 | ||||
-rw-r--r-- | tools/source/string/strimp.cxx | 1 | ||||
-rw-r--r-- | tools/source/string/strucvt.cxx | 1 | ||||
-rw-r--r-- | tools/source/string/tenccvt.cxx | 2 | ||||
-rw-r--r-- | tools/source/string/tstring.cxx | 2 | ||||
-rw-r--r-- | tools/source/string/tustring.cxx | 2 |
8 files changed, 0 insertions, 12 deletions
diff --git a/tools/source/string/reversemap.cxx b/tools/source/string/reversemap.cxx index 8fa46aaf9fb3..2bec63cc2c94 100644 --- a/tools/source/string/reversemap.cxx +++ b/tools/source/string/reversemap.cxx @@ -26,8 +26,6 @@ * instead of those above. */ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include <rtl/textenc.h> #include <tools/tenccvt.hxx> diff --git a/tools/source/string/strascii.cxx b/tools/source/string/strascii.cxx index f7729c99b305..9360efccf2fa 100644 --- a/tools/source/string/strascii.cxx +++ b/tools/source/string/strascii.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// no include "precompiled_tools.hxx" because this is included in other cxx files. // ======================================================================= diff --git a/tools/source/string/strcvt.cxx b/tools/source/string/strcvt.cxx index f66fd14bde47..75f193419f43 100644 --- a/tools/source/string/strcvt.cxx +++ b/tools/source/string/strcvt.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// no include "precompiled_tools.hxx" because this is included in other cxx files. // ======================================================================= diff --git a/tools/source/string/strimp.cxx b/tools/source/string/strimp.cxx index 33c0572867d2..41966383d3dc 100644 --- a/tools/source/string/strimp.cxx +++ b/tools/source/string/strimp.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// no include "precompiled_tools.hxx" because this is included in other cxx files. static sal_Int32 ImplStringCompare( const STRCODE* pStr1, const STRCODE* pStr2, xub_StrLen nCount ) diff --git a/tools/source/string/strucvt.cxx b/tools/source/string/strucvt.cxx index 70b9784f73db..e16e60d24fb3 100644 --- a/tools/source/string/strucvt.cxx +++ b/tools/source/string/strucvt.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// no include "precompiled_tools.hxx" because this is included in other cxx files. // ======================================================================= diff --git a/tools/source/string/tenccvt.cxx b/tools/source/string/tenccvt.cxx index e4ffa7791180..7abb0c4b5327 100644 --- a/tools/source/string/tenccvt.cxx +++ b/tools/source/string/tenccvt.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include <rtl/tencinfo.h> #include <tools/tenccvt.hxx> diff --git a/tools/source/string/tstring.cxx b/tools/source/string/tstring.cxx index b35e9dad48f1..b180ff07237b 100644 --- a/tools/source/string/tstring.cxx +++ b/tools/source/string/tstring.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include <string.h> diff --git a/tools/source/string/tustring.cxx b/tools/source/string/tustring.cxx index 79a7ebc3febd..f4c98ab76657 100644 --- a/tools/source/string/tustring.cxx +++ b/tools/source/string/tustring.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include <string.h> |