From 5db69f151ee2d345d2015e053f200d7b1916c143 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 15 Oct 2007 11:24:14 +0000 Subject: 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. --- unodevtools/inc/unodevtools/typemanager.hxx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'unodevtools/inc') 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 -#endif #ifndef INCLUDED_CODEMAKER_TYPEMANAGER_HXX #include #endif @@ -49,6 +46,8 @@ #include #include +class RegistryKey; + namespace typereg { class Reader; } #if defined( _MSC_VER ) && ( _MSC_VER < 1200 ) -- cgit