From 4fafd5885a99d41f7352b3508a6bf3d23ca723c4 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 6 Jul 2007 09:10:15 +0000 Subject: INTEGRATION: CWS oj14 (1.8.24); FILE MERGED 2006/03/20 08:42:07 oj 1.8.24.1: use mimeconfighelper --- embeddedobj/source/inc/xcreator.hxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'embeddedobj/source/inc') diff --git a/embeddedobj/source/inc/xcreator.hxx b/embeddedobj/source/inc/xcreator.hxx index c86526301167..c8f69d4b0538 100644 --- a/embeddedobj/source/inc/xcreator.hxx +++ b/embeddedobj/source/inc/xcreator.hxx @@ -4,9 +4,9 @@ * * $RCSfile: xcreator.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:40:35 $ + * last change: $Author: rt $ $Date: 2007-07-06 10:10:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,7 +58,9 @@ #include #endif -#include "confighelper.hxx" +#ifndef _COMPHELPER_MIMECONFIGHELPER_HXX_ +#include +#endif class UNOEmbeddedObjectCreator : public ::cppu::WeakImplHelper5< ::com::sun::star::embed::XEmbedObjectCreator, @@ -69,7 +71,7 @@ class UNOEmbeddedObjectCreator : public ::cppu::WeakImplHelper5< { ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xFactory; - ConfigurationHelper m_aConfigHelper; + ::comphelper::MimeConfigurationHelper m_aConfigHelper; public: UNOEmbeddedObjectCreator( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory ) -- cgit