[Libreoffice-commits] core.git: svx/source

Caolán McNamara caolanm at redhat.com
Tue Feb 4 07:34:19 PST 2014


 svx/source/core/graphichelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2d564f1edc6b91466d9fc3509892c277ad0b2720
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Feb 4 15:31:38 2014 +0000

    fix ambiguities
    
    Change-Id: I4ac7032f1fae25f7a48d819141c1c446dac42e3c

diff --git a/svx/source/core/graphichelper.cxx b/svx/source/core/graphichelper.cxx
index 8cec8a5..5dc1eaa 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
     {


More information about the Libreoffice-commits mailing list