summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorAndres Gomez <agomez@igalia.com>2013-09-26 20:59:47 +0300
committerCaolán McNamara <caolanm@redhat.com>2013-10-02 14:59:09 +0000
commitc6a8abf3687caf66259792fbfe5b0b9b69d0e345 (patch)
treeeb6eaf5d0b52a9145c39cbfb80fd24b50903a5f7 /svtools
parentImproves fdo#41407: Make gs a higher priority than convert for EPS rendering. (diff)
downloadcore-c6a8abf3687caf66259792fbfe5b0b9b69d0e345.tar.gz
core-c6a8abf3687caf66259792fbfe5b0b9b69d0e345.zip
svtools: removed dead code from the export dialog
Removed unused variables in ExportDialog::GetGraphicStream() Change-Id: I2b4a5eb6a60dd8337eb137025b4583ca5e5685ec Reviewed-on: https://gerrit.libreoffice.org/6058 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/filter/exportdialog.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svtools/source/filter/exportdialog.cxx b/svtools/source/filter/exportdialog.cxx
index d720e74b7c4f..97b4bf8687fe 100644
--- a/svtools/source/filter/exportdialog.cxx
+++ b/svtools/source/filter/exportdialog.cxx
@@ -458,10 +458,6 @@ sal_Bool ExportDialog::GetGraphicStream()
uno::Reference< drawing::XGraphicExportFilter > xGraphicExporter =
drawing::GraphicExportFilter::create( mxContext );
- sal_Int32 nProperties = 2;
- uno::Sequence< beans::PropertyValue > aFilterData( nProperties );
-
-
OUString sFormat( maExt );
uno::Sequence< beans::PropertyValue > aDescriptor( 3 );
aDescriptor[0].Name = OUString("OutputStream");