diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:58:41 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:58:41 +0000 |
commit | 4a51ad8047be93fd8b0b65432dc22871b0a5d926 (patch) | |
tree | fdd4321339cd23e6707ba98fabc121627de774be /extensions/source/dbpilots | |
parent | 3658a1fe910a9e1146a792729254f540cb09dd3a (diff) |
INTEGRATION: CWS pchfix02 (1.13.168); FILE MERGED
2006/09/01 17:26:28 kaib 1.13.168.1: #i68856# Added header markers and pch files
Diffstat (limited to 'extensions/source/dbpilots')
-rw-r--r-- | extensions/source/dbpilots/commonpagesdbp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/commonpagesdbp.cxx b/extensions/source/dbpilots/commonpagesdbp.cxx index 35770369262a..a1098ad2458a 100644 --- a/extensions/source/dbpilots/commonpagesdbp.cxx +++ b/extensions/source/dbpilots/commonpagesdbp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: commonpagesdbp.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: kz $ $Date: 2005-10-05 14:50:40 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:58:41 $ * * 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_extensions.hxx" + #ifndef _EXTENSIONS_DBP_COMMONPAGESDBP_HXX_ #include "commonpagesdbp.hxx" #endif |