summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-15 11:24:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-15 11:24:26 +0000
commit6db4cbd74ae1adc29a72d6db431c117ff2138528 (patch)
treed7e06a9257db64487f430347a2271811463694ee /unodevtools
parent5db69f151ee2d345d2015e053f200d7b1916c143 (diff)
INTEGRATION: CWS sb71 (1.6.28); FILE MERGED
2007/04/12 08:28:50 sb 1.6.28.1: #i75466# Missing includes.
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/unodevtools/typemanager.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/unodevtools/source/unodevtools/typemanager.cxx b/unodevtools/source/unodevtools/typemanager.cxx
index a62efa32cd13..377be3f8585b 100644
--- a/unodevtools/source/unodevtools/typemanager.cxx
+++ b/unodevtools/source/unodevtools/typemanager.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: typemanager.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 00:51:44 $
+ * last change: $Author: vg $ $Date: 2007-10-15 12:24:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,6 +41,8 @@
#include "com/sun/star/container/XSet.hpp"
#include "com/sun/star/reflection/XTypeDescription.hpp"
+#include "com/sun/star/registry/XSimpleRegistry.hpp"
+#include "com/sun/star/uno/XComponentContext.hpp"
using namespace ::rtl;
using namespace ::cppu;