diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-11-07 13:50:10 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-11-07 13:50:10 +0000 |
commit | 5fa27139a9ae5c58c3564e82dab972b636af7057 (patch) | |
tree | 547ff80a51e7025fcf4885689cb9328a93892f82 /comphelper/source/xml | |
parent | d3fd833be0fbc121c36e7e0b14d6b1ccd238f196 (diff) |
INTEGRATION: CWS vq39 (1.2.14); FILE MERGED
2006/11/03 03:05:13 vq 1.2.14.1: #i71114# Add missing pch includes.
Diffstat (limited to 'comphelper/source/xml')
-rw-r--r-- | comphelper/source/xml/ofopxmlhelper.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/comphelper/source/xml/ofopxmlhelper.cxx b/comphelper/source/xml/ofopxmlhelper.cxx index fa1447d136ce..cd7ddc445ee9 100644 --- a/comphelper/source/xml/ofopxmlhelper.cxx +++ b/comphelper/source/xml/ofopxmlhelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ofopxmlhelper.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2006-10-13 11:41:33 $ + * last change: $Author: kz $ $Date: 2006-11-07 14:50:10 $ * * 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 _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_ #include <com/sun/star/beans/StringPair.hpp> #endif |