summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 11:39:07 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 11:39:07 +0000
commit0bbf972d698f704b6c75c3c0ef2c89be79452348 (patch)
treec981428f182ce925cedca08e1a9da9e7749172bf /cppuhelper
parent9efcb60480a5ecd219c39c9c8b77a9e1534c9067 (diff)
INTEGRATION: CWS pchfix02 (1.8.14); FILE MERGED
2006/09/01 17:23:16 kaib 1.8.14.1: #i68856# Added header markers and pch files
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/access_control.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/cppuhelper/source/access_control.cxx b/cppuhelper/source/access_control.cxx
index 25893ed3f49d..46b49d9193e6 100644
--- a/cppuhelper/source/access_control.cxx
+++ b/cppuhelper/source/access_control.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: access_control.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 10:32:19 $
+ * last change: $Author: obo $ $Date: 2006-09-16 12:39:07 $
*
* 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_cppuhelper.hxx"
+
#include <cppuhelper/access_control.hxx>
#include <com/sun/star/security/XAccessController.hpp>