diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:20:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:20:08 +0000 |
commit | 0b16e50948c94947e9097e10b2b0973b6d0f8fea (patch) | |
tree | 296f1f7c87d4bd2fe0b5c6a64eebb4a5b5da99c2 | |
parent | f42cbac639c45602c7441cbe17949988f3507d6b (diff) |
INTEGRATION: CWS pchfix02 (1.6.36); FILE MERGED
2006/09/01 17:19:48 kaib 1.6.36.1: #i68856# Added header markers and pch files
-rw-r--r-- | comphelper/source/property/propstate.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/comphelper/source/property/propstate.cxx b/comphelper/source/property/propstate.cxx index 8f056d6a3cb1..9d95a3a7067c 100644 --- a/comphelper/source/property/propstate.cxx +++ b/comphelper/source/property/propstate.cxx @@ -4,9 +4,9 @@ * * $RCSfile: propstate.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:52:59 $ + * last change: $Author: obo $ $Date: 2006-09-17 17:20:08 $ * * 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_PROPERTY_STATE_HXX_ #include <comphelper/propstate.hxx> #endif |