summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/drawfunc')
-rw-r--r--sc/source/ui/drawfunc/chartsh.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/drawfunc/chartsh.cxx b/sc/source/ui/drawfunc/chartsh.cxx
index 06ff385b43e8..d4de9cf6ab16 100644
--- a/sc/source/ui/drawfunc/chartsh.cxx
+++ b/sc/source/ui/drawfunc/chartsh.cxx
@@ -93,7 +93,6 @@ void ScChartShell::ExecuteExportAsGraphic( SfxRequest& )
const Graphic* pGraphic = aOle2Object->GetGraphic();
if( pGraphic != NULL )
{
- String sGrfNm, sFilterNm;
GraphicHelper::ExportGraphic( *pGraphic, String("") );
}
}