summaryrefslogtreecommitdiff
path: root/linguistic/source/lngsvcmgr.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 02:54:38 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 02:54:38 +0000
commit322c797ff1a6fcc649843c0fc0a697be6b168a7a (patch)
tree81d5ddef3b6874917b8359247e4e4492b638f485 /linguistic/source/lngsvcmgr.cxx
parent4fb9e430cc93e6e899a71182db21eb376d0d4f58 (diff)
INTEGRATION: CWS pchfix02 (1.24.16); FILE MERGED
2006/09/01 17:32:09 kaib 1.24.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'linguistic/source/lngsvcmgr.cxx')
-rw-r--r--linguistic/source/lngsvcmgr.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx
index 483480e91bb9..cd6bdb281fae 100644
--- a/linguistic/source/lngsvcmgr.cxx
+++ b/linguistic/source/lngsvcmgr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: lngsvcmgr.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: kz $ $Date: 2006-04-27 09:55:17 $
+ * last change: $Author: obo $ $Date: 2006-09-17 03:54:38 $
*
* 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_linguistic.hxx"
+
#include <cppuhelper/factory.hxx> // helper for factories
#include <com/sun/star/registry/XRegistryKey.hpp>
#ifndef _COM_SUN_STAR_CONTAINER_XCONTENTENUMERATIONACCESS_HPP_