summaryrefslogtreecommitdiff
path: root/oox/inc/oox/helper/graphichelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/oox/helper/graphichelper.hxx')
-rw-r--r--oox/inc/oox/helper/graphichelper.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/oox/inc/oox/helper/graphichelper.hxx b/oox/inc/oox/helper/graphichelper.hxx
index 1c112efcf923..b2b9e1cd133b 100644
--- a/oox/inc/oox/helper/graphichelper.hxx
+++ b/oox/inc/oox/helper/graphichelper.hxx
@@ -45,7 +45,6 @@ namespace com { namespace sun { namespace star {
namespace graphic { class XGraphic; }
namespace graphic { class XGraphicObject; }
namespace graphic { class XGraphicProvider; }
- namespace lang { class XMultiServiceFactory; }
namespace uno { class XComponentContext; }
} } }
@@ -68,7 +67,7 @@ class GraphicHelper
{
public:
explicit GraphicHelper(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& rxGlobalFactory,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext,
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rxTargetFrame,
const StorageRef& rxStorage );
virtual ~GraphicHelper();
@@ -176,4 +175,3 @@ private:
} // namespace oox
#endif
-