diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:24:14 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:24:14 +0000 |
commit | 5db69f151ee2d345d2015e053f200d7b1916c143 (patch) | |
tree | 5dec7516a7023ddbc8d471b34949bd4a8e2b329e /unodevtools/inc | |
parent | 978ff52669b21491de7d6646884c03076f2d918c (diff) |
INTEGRATION: CWS sb71 (1.3.32); FILE MERGED
2007/06/22 09:36:39 sb 1.3.32.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.
Diffstat (limited to 'unodevtools/inc')
-rw-r--r-- | unodevtools/inc/unodevtools/typemanager.hxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/unodevtools/inc/unodevtools/typemanager.hxx b/unodevtools/inc/unodevtools/typemanager.hxx index 70895e91635a..c15f2c84d252 100644 --- a/unodevtools/inc/unodevtools/typemanager.hxx +++ b/unodevtools/inc/unodevtools/typemanager.hxx @@ -4,9 +4,9 @@ * * $RCSfile: typemanager.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2006-03-15 09:17:45 $ + * last change: $Author: vg $ $Date: 2007-10-15 12:24:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,9 +36,6 @@ #ifndef INCLUDED_UNODEVTOOLS_TYPEMANAGER_HXX #define INCLUDED_UNODEVTOOLS_TYPEMANAGER_HXX -#ifndef _REGISTRY_REGISTRY_HXX_ -#include <registry/registry.hxx> -#endif #ifndef INCLUDED_CODEMAKER_TYPEMANAGER_HXX #include <codemaker/typemanager.hxx> #endif @@ -49,6 +46,8 @@ #include <hash_map> #include <vector> +class RegistryKey; + namespace typereg { class Reader; } #if defined( _MSC_VER ) && ( _MSC_VER < 1200 ) |