diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:12:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:12:18 +0000 |
commit | 1aa440ce929fd209f35b843d598b79254d97269e (patch) | |
tree | 493b049d93304d44d7fc2835e7046e17162bdae0 /store | |
parent | 9b5ff05f008bd239dca2f3f4677209ef22d5ac65 (diff) |
INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED
2006/09/01 17:41:32 kaib 1.4.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'store')
-rw-r--r-- | store/source/stordata.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/store/source/stordata.cxx b/store/source/stordata.cxx index f3bcd0ed8..16f297034 100644 --- a/store/source/stordata.cxx +++ b/store/source/stordata.cxx @@ -4,9 +4,9 @@ * * $RCSfile: stordata.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:33:11 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:12:18 $ * * 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 _STORE_STORDATA_CXX_ "$Revision: 1.4 $" +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_store.hxx" + +#define _STORE_STORDATA_CXX_ "$Revision: 1.5 $" #ifndef _SAL_TYPES_H_ #include <sal/types.h> |