diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 04:00:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 04:00:46 +0000 |
commit | 99d2cd1223becc534eb62264321a54425d24162c (patch) | |
tree | 67b42cf6b9e0bb8de7439ab42adce11fd0c9893f /svx/source/fmcomp/dbaobjectex.cxx | |
parent | c96f56b68d0a9fd57f92d95c09abd795f631e20c (diff) |
INTEGRATION: CWS pchfix02 (1.4.516); FILE MERGED
2006/09/01 17:46:45 kaib 1.4.516.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx/source/fmcomp/dbaobjectex.cxx')
-rw-r--r-- | svx/source/fmcomp/dbaobjectex.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/fmcomp/dbaobjectex.cxx b/svx/source/fmcomp/dbaobjectex.cxx index bd4240bc3d06..068449f7c7fe 100644 --- a/svx/source/fmcomp/dbaobjectex.cxx +++ b/svx/source/fmcomp/dbaobjectex.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dbaobjectex.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2005-09-23 11:58:40 $ + * last change: $Author: obo $ $Date: 2006-09-17 05:00:46 $ * * 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_svx.hxx" + #ifndef SVX_DBAOBJECTEX_HXX #include "dbaobjectex.hxx" #endif |