summaryrefslogtreecommitdiff
path: root/embeddedobj/source/inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 09:10:15 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 09:10:15 +0000
commit4fafd5885a99d41f7352b3508a6bf3d23ca723c4 (patch)
tree571cadb25436d17f660765d9a0492201b9843f2c /embeddedobj/source/inc
parent882fc22ff4ab59aa7e517336d062a269c2212dd2 (diff)
INTEGRATION: CWS oj14 (1.8.24); FILE MERGED
2006/03/20 08:42:07 oj 1.8.24.1: use mimeconfighelper
Diffstat (limited to 'embeddedobj/source/inc')
-rw-r--r--embeddedobj/source/inc/xcreator.hxx10
1 files changed, 6 insertions, 4 deletions
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 <cppuhelper/implbase5.hxx>
#endif
-#include "confighelper.hxx"
+#ifndef _COMPHELPER_MIMECONFIGHELPER_HXX_
+#include <comphelper/mimeconfighelper.hxx>
+#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 )