diff options
-rw-r--r-- | extensions/source/propctrlr/listselectiondlg.cxx | 7 | ||||
-rw-r--r-- | extensions/source/propctrlr/newdatatype.cxx | 7 | ||||
-rw-r--r-- | extensions/source/propctrlr/pcrcommon.cxx | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/extensions/source/propctrlr/listselectiondlg.cxx b/extensions/source/propctrlr/listselectiondlg.cxx index d7cc803e0..7c99a947a 100644 --- a/extensions/source/propctrlr/listselectiondlg.cxx +++ b/extensions/source/propctrlr/listselectiondlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: listselectiondlg.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:26:08 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:19:16 $ * * 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_SOURCE_PROPCTRLR_LISTSELECTIONDLG_HXX #include "listselectiondlg.hxx" #endif diff --git a/extensions/source/propctrlr/newdatatype.cxx b/extensions/source/propctrlr/newdatatype.cxx index d02baa0bb..92958004c 100644 --- a/extensions/source/propctrlr/newdatatype.cxx +++ b/extensions/source/propctrlr/newdatatype.cxx @@ -4,9 +4,9 @@ * * $RCSfile: newdatatype.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:26:56 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:19:45 $ * * 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_SOURCE_PROPCTRLR_NEWDATATYPE_HXX #include "newdatatype.hxx" #endif diff --git a/extensions/source/propctrlr/pcrcommon.cxx b/extensions/source/propctrlr/pcrcommon.cxx index 5f402c59e..9b5db5a67 100644 --- a/extensions/source/propctrlr/pcrcommon.cxx +++ b/extensions/source/propctrlr/pcrcommon.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pcrcommon.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:27:28 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:20:17 $ * * 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_PROPCTRLR_PCRCOMMON_HXX_ #include "pcrcommon.hxx" #endif |