diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:11:38 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:11:38 +0000 |
commit | 9f99abe0e1d0c6204c7b605182d5d5ed7144c6d0 (patch) | |
tree | b1e0e9d92bab84b3f45f951d8d9339fd6b0d5b1f /sot | |
parent | dfc277380d16d2e0327b5442ff0d1c041e3929a6 (diff) |
INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED
2006/09/01 17:40:30 kaib 1.5.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/storinfo.cxx | 7 | ||||
-rw-r--r-- | sot/source/unoolestorage/register.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sot/source/sdstor/storinfo.cxx b/sot/source/sdstor/storinfo.cxx index 1b1ebc9b3f2b..c57f43aa38cb 100644 --- a/sot/source/sdstor/storinfo.cxx +++ b/sot/source/sdstor/storinfo.cxx @@ -4,9 +4,9 @@ * * $RCSfile: storinfo.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:55:45 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:10:55 $ * * 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 <stg.hxx> #include <storinfo.hxx> #include <exchange.hxx> diff --git a/sot/source/unoolestorage/register.cxx b/sot/source/unoolestorage/register.cxx index 1153ce566083..aa4cf223754b 100644 --- a/sot/source/unoolestorage/register.cxx +++ b/sot/source/unoolestorage/register.cxx @@ -4,9 +4,9 @@ * * $RCSfile: register.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:56:32 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:11:38 $ * * 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" + #ifndef _COM_SUN_STAR_REGISTRY_XREGISTRYKEY_HPP_ #include <com/sun/star/registry/XRegistryKey.hpp> |