summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorOliver Specht <oliver.specht@cib.de>2015-11-06 16:01:16 +0100
committerOliver Specht <oliver.specht@cib.de>2015-11-06 15:16:46 +0000
commitc460ddb98317f1be0368eb197e338a4f8b44322d (patch)
tree27444cbb173a98f5a0b134a70420dd1e9a7260e2 /vcl/source
parent0bd2a5eedd91466f97806e198b125546d256d1f8 (diff)
unused warning in DISABLE_DYNLOADING fixed
Change-Id: Ic5ae9d2c2c9a7ef95604d80134b0ff4de005db38 Reviewed-on: https://gerrit.libreoffice.org/19825 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/filter/graphicfilter.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/source/filter/graphicfilter.cxx b/vcl/source/filter/graphicfilter.cxx
index 3dad87b38d46..5f19fa4c86ec 100644
--- a/vcl/source/filter/graphicfilter.cxx
+++ b/vcl/source/filter/graphicfilter.cxx
@@ -1875,8 +1875,9 @@ sal_uInt16 GraphicFilter::ExportGraphic( const Graphic& rGraphic, const OUString
FilterConfigItem aConfigItem( const_cast<uno::Sequence< beans::PropertyValue >*>(pFilterData) );
OUString aFilterName( pConfig->GetExportFilterName( nFormat ) );
+#ifndef DISABLE_DYNLOADING
OUString aExternalFilterName(pConfig->GetExternalFilterName(nFormat, true));
-
+#endif
bAbort = false;
sal_uInt16 nStatus = GRFILTER_OK;
GraphicType eType;