diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:11:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:11:50 +0000 |
commit | 5626ca7b129ae38bfae757d6d7abe9d2316ac307 (patch) | |
tree | 44bc25a7fef5efc3c082536baa306b0c88415458 /sot | |
parent | 9f99abe0e1d0c6204c7b605182d5d5ed7144c6d0 (diff) |
INTEGRATION: CWS pchfix02 (1.8.16); FILE MERGED
2006/09/01 17:40:31 kaib 1.8.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/unoolestorage/xolesimplestorage.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sot/source/unoolestorage/xolesimplestorage.cxx b/sot/source/unoolestorage/xolesimplestorage.cxx index 270b56dc3f6c..8c9c1e825c8d 100644 --- a/sot/source/unoolestorage/xolesimplestorage.cxx +++ b/sot/source/unoolestorage/xolesimplestorage.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xolesimplestorage.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:56:44 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:11:50 $ * * 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_LANG_DISPOSEDEXCEPTION_HPP_ #include <com/sun/star/lang/DisposedException.hpp> #endif |