Kaydet (Commit) ef714b73 authored tarafından Rene Engelhard's avatar Rene Engelhard

fix build in reportdesign

after 64931362. Remove stray (void)dummy;

Change-Id: I73cdcfc04116c4c070e3dda80c25cc9ca52eab95
üst cee3840c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment