summaryrefslogtreecommitdiff
path: root/basic/source/basmgr/basicmanagerrepository.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-12-05 11:05:01 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-12-05 11:05:01 +0000
commitfc42919e3322a8f258689457083ba4d0f2844ad3 (patch)
tree00cbfec6994cdb6e0514ffa7e0550a43326d0962 /basic/source/basmgr/basicmanagerrepository.cxx
parent74f349cb28093aeb40179c5ae881e180a8e927fa (diff)
#i71457# pch include statement added (patch by vq).
Diffstat (limited to 'basic/source/basmgr/basicmanagerrepository.cxx')
-rw-r--r--basic/source/basmgr/basicmanagerrepository.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/basmgr/basicmanagerrepository.cxx b/basic/source/basmgr/basicmanagerrepository.cxx
index a128911a6820..36d723871638 100644
--- a/basic/source/basmgr/basicmanagerrepository.cxx
+++ b/basic/source/basmgr/basicmanagerrepository.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: basicmanagerrepository.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2006-11-08 11:52:42 $
+ * last change: $Author: rt $ $Date: 2006-12-05 12:05:01 $
*
* 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_basic.hxx"
+
#ifndef BASICMANAGERREPOSITORY_HXX
#include "basicmanagerrepository.hxx"
#endif