diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-12-08 07:42:38 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-12-08 10:29:14 +0200 |
commit | df1de153d4a9e103dbf4580f91b3b15a77c44c1a (patch) | |
tree | 1bf8bc7f170472c16ddf37c38161adf0d35db926 | |
parent | 91ffc6a60eec309ec69e2ca07ca517afe3306960 (diff) |
Fix -Werror,-Wunused-private-field in the DISABLE_EXPORT case
Change-Id: I237a691ac6b7b3edcc7b2fbdfc36ed72ae46fe0c
-rw-r--r-- | vcl/source/filter/graphicfilter.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/filter/graphicfilter.cxx b/vcl/source/filter/graphicfilter.cxx index 8e4d8b22bbf0..632c692e836c 100644 --- a/vcl/source/filter/graphicfilter.cxx +++ b/vcl/source/filter/graphicfilter.cxx @@ -1846,6 +1846,8 @@ sal_uInt16 GraphicFilter::ExportGraphic( const Graphic& rGraphic, const OUString (void) nFormat; (void) pFilterData; + (void) nExpGraphHint; + return GRFILTER_FORMATERROR; #else SAL_INFO( "vcl.filter", "GraphicFilter::ExportGraphic() (thb)" ); |