[Libreoffice-commits] core.git: reportdesign/source

Rene Engelhard rene at debian.org
Thu May 17 21:52:55 UTC 2018


 reportdesign/source/filter/xml/xmlControlProperty.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit ef714b7337877dd9f8c505e4918dae9df09fa6fb
Author: Rene Engelhard <rene at debian.org>
Date:   Thu May 17 21:51:49 2018 +0000

    fix build in reportdesign
    
    after 649313625b94e6b879848fc19b607b74375100bf. Remove stray (void)dummy;
    
    Change-Id: I73cdcfc04116c4c070e3dda80c25cc9ca52eab95

diff --git a/reportdesign/source/filter/xml/xmlControlProperty.cxx b/reportdesign/source/filter/xml/xmlControlProperty.cxx
index a4f0741448b3..e7009a0eca24 100644
--- a/reportdesign/source/filter/xml/xmlControlProperty.cxx
+++ b/reportdesign/source/filter/xml/xmlControlProperty.cxx
@@ -275,7 +275,6 @@ Any OXMLControlProperty::convertString(const css::uno::Type& _rExpectedType, con
                         {
                             OSL_ENSURE(std::modf(nValue, &o3tl::temporary(double())) == 0,
                                 "OPropertyImport::convertString: a Date value with a fractional part?");
-                            (void)dummy;
                             aReturn <<= implGetDate(nValue);
                         }
                         break;


More information about the Libreoffice-commits mailing list