summaryrefslogtreecommitdiff
path: root/comphelper/source/xml/attributelist.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-07 13:49:55 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-07 13:49:55 +0000
commitd3fd833be0fbc121c36e7e0b14d6b1ccd238f196 (patch)
treea81901aafd25660ad5fcd7bc5ae73439b8caad6b /comphelper/source/xml/attributelist.cxx
parenta96a317e50a28da245dccbeb66b2cd44346c4cea (diff)
INTEGRATION: CWS vq39 (1.2.14); FILE MERGED
2006/11/03 03:05:12 vq 1.2.14.1: #i71114# Add missing pch includes.
Diffstat (limited to 'comphelper/source/xml/attributelist.cxx')
-rw-r--r--comphelper/source/xml/attributelist.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/comphelper/source/xml/attributelist.cxx b/comphelper/source/xml/attributelist.cxx
index 79449f34e4b0..6374dc134d2c 100644
--- a/comphelper/source/xml/attributelist.cxx
+++ b/comphelper/source/xml/attributelist.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: attributelist.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2006-10-13 11:41:10 $
+ * last change: $Author: kz $ $Date: 2006-11-07 14:49:55 $
*
* 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 _ATTRIBUTE_LIST_HXX
#include <comphelper/attributelist.hxx>
#endif