include/oox/export/drawingml.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7b1b7928d80efa3c6a99d6ce142fd679d6077d5f Author: Tomaž Vajngerl <[email protected]> Date: Sat Feb 17 08:32:25 2018 +0900 make WriteXGraphicBlipFill declaration same to WriteBlipFill Change-Id: Ie7947abdf2e8e951c94006aae259ed1d84558b73 Reviewed-on: https://gerrit.libreoffice.org/49892 Tested-by: Jenkins <[email protected]> Reviewed-by: Tomaž Vajngerl <[email protected]> diff --git a/include/oox/export/drawingml.hxx b/include/oox/export/drawingml.hxx index 216fe5316a13..d868eb89f365 100644 --- a/include/oox/export/drawingml.hxx +++ b/include/oox/export/drawingml.hxx @@ -195,7 +195,7 @@ public: void WriteXGraphicBlipFill(css::uno::Reference<css::beans::XPropertySet> const & rXPropSet, css::uno::Reference<css::graphic::XGraphic> const & rxGraphic, - sal_Int32 nXmlNamespace, bool bWriteMode, bool bRelPathToMedia); + sal_Int32 nXmlNamespace, bool bWriteMode, bool bRelPathToMedia = false); void WritePattFill( const css::uno::Reference< css::beans::XPropertySet >& rXPropSet ); void WritePattFill(const css::uno::Reference<css::beans::XPropertySet>& rXPropSet, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
