Kaydet (Commit) 83810a61 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

fix build

css is ::com::sun::star already

Change-Id: Ib3fba33c5612fcfe6c792f2026fba478d21fd46c
üst a47e50e3
......@@ -40,7 +40,9 @@
#define ScChartShell
#include "scslots.hxx"
using namespace ::css::uno;
using namespace css::uno;
namespace drawing = com::sun::star::drawing;
SFX_IMPL_INTERFACE(ScChartShell, ScDrawShell, ScResId(SCSTR_CHARTSHELL) )
{
......@@ -90,7 +92,7 @@ void ScChartShell::ExecuteExportAsGraphic( SfxRequest& )
if( pObject && pObject->ISA( SdrOle2Obj ) )
{
Reference< XShape > xSourceDoc = Reference< XShape >( pObject->getUnoShape(), UNO_QUERY_THROW );
Reference< drawing::XShape > xSourceDoc = Reference< drawing::XShape >( pObject->getUnoShape(), UNO_QUERY_THROW );
GraphicHelper::SaveShapeAsGraphic( xSourceDoc );
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment