summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-04 15:31:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-04 15:33:55 +0000
commit2d564f1edc6b91466d9fc3509892c277ad0b2720 (patch)
tree5fb70314194d1e702f89ab7fca0c02e0938219f6 /svx
parent059f43f5756076c7d349e9b7d66e3605a948b508 (diff)
fix ambiguities
Change-Id: I4ac7032f1fae25f7a48d819141c1c446dac42e3c
Diffstat (limited to 'svx')
-rw-r--r--svx/source/core/graphichelper.cxx2
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
{