diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:57:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:57:24 +0000 |
commit | 04d482694f01f6889f44a5efb70699f3570faf6d (patch) | |
tree | d1e92474150ba923ef97ff94aa239f8e2e8056da /extensions/source/config/ldap/ldapaccess.cxx | |
parent | ac4d868ad3e9c8995662fee791947db753e9d3ef (diff) |
INTEGRATION: CWS pchfix02 (1.6.186); FILE MERGED
2006/09/01 17:26:28 kaib 1.6.186.1: #i68856# Added header markers and pch files
Diffstat (limited to 'extensions/source/config/ldap/ldapaccess.cxx')
-rw-r--r-- | extensions/source/config/ldap/ldapaccess.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/source/config/ldap/ldapaccess.cxx b/extensions/source/config/ldap/ldapaccess.cxx index b118e8cab..02179ef09 100644 --- a/extensions/source/config/ldap/ldapaccess.cxx +++ b/extensions/source/config/ldap/ldapaccess.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ldapaccess.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 19:22:27 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:57:24 $ * * 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 "ldapaccess.hxx" #include "ldapuserprof.hxx" |