diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/core/graphichelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/core/graphichelper.cxx b/svx/source/core/graphichelper.cxx index 8cec8a55248f..5dc1eaabb3e9 100644 --- a/svx/source/core/graphichelper.cxx +++ b/svx/source/core/graphichelper.cxx @@ -196,7 +196,7 @@ OUString GraphicHelper::ExportGraphic( const Graphic& rGraphic, const OUString& return OUString(); } -void GraphicHelper::SaveShapeAsGraphic( const Reference< drawing::XShape >& xShape ) +void GraphicHelper::SaveShapeAsGraphic( const css::uno::Reference< css::drawing::XShape >& xShape ) { try { |