diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-12-08 07:42:38 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-02-17 21:38:27 +0100 |
commit | 9ffa72bd4acb9d8e1fc831246f2c80e8236cf6d5 (patch) | |
tree | e9416fbe0cbed5276aaa913a2e468f02f0ea6508 | |
parent | 348856cab1e73a4b377748a87352c5e14a0276bc (diff) |
Fix -Werror,-Wunused-private-field in the DISABLE_EXPORT case
Change-Id: I237a691ac6b7b3edcc7b2fbdfc36ed72ae46fe0c
(cherry picked from commit df1de153d4a9e103dbf4580f91b3b15a77c44c1a)
-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 379b8c5a8ff2..04faf91e7893 100644 --- a/vcl/source/filter/graphicfilter.cxx +++ b/vcl/source/filter/graphicfilter.cxx @@ -1847,6 +1847,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)" ); |