summaryrefslogtreecommitdiff
path: root/cppu/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 23:21:45 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 23:21:45 +0000
commit359f7a441ba8a75c13b282f036f193498f8b878e (patch)
tree6a43227223c9560f5b9033aa9a35fa1a51c9caec /cppu/source
parentf11bc0042d5d40eb3029d1d4fe9d5478bb81415f (diff)
INTEGRATION: CWS pchfix02 (1.18.10); FILE MERGED
2006/09/01 17:23:03 kaib 1.18.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'cppu/source')
-rw-r--r--cppu/source/uno/sequence.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/cppu/source/uno/sequence.cxx b/cppu/source/uno/sequence.cxx
index 8f0c4e56c911..f344204d80d9 100644
--- a/cppu/source/uno/sequence.cxx
+++ b/cppu/source/uno/sequence.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sequence.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 13:15:28 $
+ * last change: $Author: obo $ $Date: 2006-09-17 00:21:45 $
*
* 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_cppu.hxx"
+
#ifndef _RTL_MEMORY_H_
#include <rtl/memory.h>
#endif