diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:18:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:18:50 +0000 |
commit | a8e87bc70400f49b9ec5d25aea59d840d612a0c3 (patch) | |
tree | 8cfa550c1a9bd055f5d765999556ebfe7c81ab7a | |
parent | 6b35a7144c28aa73c2f0791fd2ab9795fc9022f8 (diff) |
INTEGRATION: CWS pchfix02 (1.9.6); FILE MERGED
2006/09/01 17:19:47 kaib 1.9.6.1: #i68856# Added header markers and pch files
-rw-r--r-- | comphelper/source/property/propertycontainerhelper.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/comphelper/source/property/propertycontainerhelper.cxx b/comphelper/source/property/propertycontainerhelper.cxx index d68144cc85bd..7a8298a850fc 100644 --- a/comphelper/source/property/propertycontainerhelper.cxx +++ b/comphelper/source/property/propertycontainerhelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: propertycontainerhelper.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-08-15 11:03:58 $ + * last change: $Author: obo $ $Date: 2006-09-17 17:18:50 $ * * 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_comphelper.hxx" + #ifndef COMPHELPER_PROPERTYCONTAINERHELPER_HXX #include <comphelper/propertycontainerhelper.hxx> #endif |