diff options
author | Marco Cecchetti <marco.cecchetti@collabora.com> | 2017-07-20 12:18:37 +0200 |
---|---|---|
committer | Marco Cecchetti <mrcekets@gmail.com> | 2017-07-20 15:35:11 +0200 |
commit | f715c6cfa41ad5a552181bad5e36e8e03f96f480 (patch) | |
tree | 44ad9bb0cb896f24b3664a02e8ab68be9c1ed3f1 /include | |
parent | 0d5b54116b92c126eb7fcd7b832aceed17011c79 (diff) |
support for filter dialog when an image is exported from context menu
When user save the selected image in a non-vector format the filter
dialog used in Draw pops up for filter setting.
Change-Id: Ic98b48a47322e807627b7a2ccd8044ec0db30efc
Reviewed-on: https://gerrit.libreoffice.org/40223
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/xoutbmp.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/xoutbmp.hxx b/include/svx/xoutbmp.hxx index cad11de73161..7a2962c18ec2 100644 --- a/include/svx/xoutbmp.hxx +++ b/include/svx/xoutbmp.hxx @@ -60,7 +60,8 @@ public: static Animation MirrorAnimation( const Animation& rAnimation, bool bHMirr, bool bVMirr ); static ErrCode WriteGraphic( const Graphic& rGraphic, OUString& rFileName, const OUString& rFilterName, const XOutFlags nFlags, - const Size* pMtfSize_100TH_MM = nullptr ); + const Size* pMtfSize_100TH_MM = nullptr, + const css::uno::Sequence< css::beans::PropertyValue >* pFilterData = nullptr); static bool GraphicToBase64(const Graphic& rGraphic, OUString& rOUString); static ErrCode ExportGraphic( const Graphic& rGraphic, const INetURLObject& rURL, |