summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 16:31:45 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 16:31:45 +0000
commit38ee0a1ff9800ed4771283a8b09558eea7985014 (patch)
tree3ac2bd4cf63b78799d479e0b92f12f207f4730ee /stoc
parent7c8d44aeb34a50f9610a8c98b0a59ea01af3021f (diff)
INTEGRATION: CWS pchfix02 (1.7.10); FILE MERGED
2006/09/01 17:41:13 kaib 1.7.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/namingservice/namingservice.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/stoc/source/namingservice/namingservice.cxx b/stoc/source/namingservice/namingservice.cxx
index be46da39774a..0bbc4092dd28 100644
--- a/stoc/source/namingservice/namingservice.cxx
+++ b/stoc/source/namingservice/namingservice.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: namingservice.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 00:03:46 $
+ * last change: $Author: obo $ $Date: 2006-09-16 17:31: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_stoc.hxx"
+
#include <hash_map>
#ifndef _OSL_MUTEX_HXX_