summaryrefslogtreecommitdiff
path: root/extensions/source/config
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 11:58:28 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 11:58:28 +0000
commit3658a1fe910a9e1146a792729254f540cb09dd3a (patch)
treeb031b66cb032e00e2735d76e5d2e7c2744e654d1 /extensions/source/config
parent0fae6667f4e2ec60bd12cc038a92cf19e3be2bc3 (diff)
INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED
2006/09/01 17:26:28 kaib 1.3.186.1: #i68856# Added header markers and pch files
Diffstat (limited to 'extensions/source/config')
-rw-r--r--extensions/source/config/ldap/propertysethelper.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/source/config/ldap/propertysethelper.cxx b/extensions/source/config/ldap/propertysethelper.cxx
index 662e5837d873..a5fc86267c81 100644
--- a/extensions/source/config/ldap/propertysethelper.cxx
+++ b/extensions/source/config/ldap/propertysethelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: propertysethelper.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 19:25:24 $
+ * last change: $Author: obo $ $Date: 2006-09-16 12:58:28 $
*
* 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"
+
#include "propertysethelper.hxx"
#ifndef _COM_SUN_STAR_LANG_XTYPEPROVIDER_HPP_