diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:13:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:13:55 +0000 |
commit | 15bddef81db43d2a0f7fe828035f4324915b96d1 (patch) | |
tree | 600b7af2f5b824796a272d2df44bea53608e6983 /store | |
parent | d251e6ffa620652fd73a5240c6a62fce36ea7377 (diff) |
INTEGRATION: CWS pchfix02 (1.5.28); FILE MERGED
2006/09/01 17:41:33 kaib 1.5.28.1: #i68856# Added header markers and pch files
Diffstat (limited to 'store')
-rw-r--r-- | store/workben/t_store.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/store/workben/t_store.cxx b/store/workben/t_store.cxx index 9a9558ec3cc0..31bea7b7035d 100644 --- a/store/workben/t_store.cxx +++ b/store/workben/t_store.cxx @@ -4,9 +4,9 @@ * * $RCSfile: t_store.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:50:21 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:13:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,7 +33,10 @@ * ************************************************************************/ -#define _T_STORE_CXX "$Revision: 1.5 $" +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_store.hxx" + +#define _T_STORE_CXX "$Revision: 1.6 $" #ifndef _SAL_TYPES_H_ #include <sal/types.h> |