summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 11:39:35 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 11:39:35 +0000
commit396d146019a8e4688ffe3ab7bf13f1a7c9d7a226 (patch)
tree85ea7a7f61fe311e1e8863d84a224e3abf53dfd2 /cppuhelper
parente85a6f419fd2ea3db4d78dc491514274b8394a79 (diff)
INTEGRATION: CWS pchfix02 (1.13.14); FILE MERGED
2006/09/01 17:23:17 kaib 1.13.14.1: #i68856# Added header markers and pch files
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/component.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/cppuhelper/source/component.cxx b/cppuhelper/source/component.cxx
index d36a94ab07cc..bddfafa36cc4 100644
--- a/cppuhelper/source/component.cxx
+++ b/cppuhelper/source/component.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: component.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 10:32:45 $
+ * last change: $Author: obo $ $Date: 2006-09-16 12:39:35 $
*
* 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"
+
#ifndef _RTL_STRING_HXX_
#include <rtl/string.hxx>
#endif