[Libreoffice-commits] core.git: include/oox

Tomaž Vajngerl tomaz.vajngerl at collabora.co.uk
Sun Feb 18 07:54:03 UTC 2018


 include/oox/export/drawingml.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7b1b7928d80efa3c6a99d6ce142fd679d6077d5f
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
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 <ci at libreoffice.org>
    Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>

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,


More information about the Libreoffice-commits mailing list