diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:10:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:10:14 +0000 |
commit | ebe785444789a8a981643e1aa7c188d867cff6f5 (patch) | |
tree | eeb394b086897e8807f3affb4e35c5771242939f /sot/source | |
parent | eb41899c9f487c97b200e948195c369a92489ce5 (diff) |
INTEGRATION: CWS pchfix02 (1.8.16); FILE MERGED
2006/09/01 17:40:29 kaib 1.8.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sot/source')
-rw-r--r-- | sot/source/sdstor/stgdir.cxx | 7 | ||||
-rw-r--r-- | sot/source/sdstor/stgelem.cxx | 7 | ||||
-rw-r--r-- | sot/source/sdstor/stgole.cxx | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/sot/source/sdstor/stgdir.cxx b/sot/source/sdstor/stgdir.cxx index b972f2af81d8..dc13ecb53dc9 100644 --- a/sot/source/sdstor/stgdir.cxx +++ b/sot/source/sdstor/stgdir.cxx @@ -4,9 +4,9 @@ * * $RCSfile: stgdir.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:54:26 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:09:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sot.hxx" + #include <string.h> // memcpy() #include "stg.hxx" diff --git a/sot/source/sdstor/stgelem.cxx b/sot/source/sdstor/stgelem.cxx index 158368dfa8d6..623d72247526 100644 --- a/sot/source/sdstor/stgelem.cxx +++ b/sot/source/sdstor/stgelem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: stgelem.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:54:39 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:09:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sot.hxx" + #include <string.h> // memset(), memcpy() #include <rtl/ustring.hxx> #include <com/sun/star/lang/Locale.hpp> diff --git a/sot/source/sdstor/stgole.cxx b/sot/source/sdstor/stgole.cxx index 6e4f35f32966..5a4ed85d1cab 100644 --- a/sot/source/sdstor/stgole.cxx +++ b/sot/source/sdstor/stgole.cxx @@ -4,9 +4,9 @@ * * $RCSfile: stgole.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:55:00 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:10:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sot.hxx" + #include "rtl/string.h" #include "rtl/string.h" #include "stgole.hxx" |