diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 15:39:01 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 15:39:01 +0000 |
commit | 5ad6980ba20997ab10b831c4b1c39772026d2bc8 (patch) | |
tree | 1c253e0758e66eda24a5dcad45815c34493b2715 /tools/source | |
parent | bc1279ebebfe171a71c4e35f2543d10d514848fd (diff) |
INTEGRATION: CWS pchfix04 (1.7.44); FILE MERGED
2006/11/16 15:23:02 mkretzschmar 1.7.44.1: #i71619# Don't include pch files in cxx files that will be included
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/string/strascii.cxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tools/source/string/strascii.cxx b/tools/source/string/strascii.cxx index 09a7190d9670..27e5b8b36ec1 100644 --- a/tools/source/string/strascii.cxx +++ b/tools/source/string/strascii.cxx @@ -1,12 +1,12 @@ -/************************************************************************* +#/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: strascii.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:02:56 $ + * last change: $Author: kz $ $Date: 2007-05-10 16:39:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,8 +33,7 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" +// no include "precompiled_tools.hxx" because this is included in other cxx files. // ======================================================================= |