Kaydet (Commit) ef74b2ea authored tarafından Noel Grandin's avatar Noel Grandin

unreferenced local variable

Change-Id: Ie212f26b88ed5cf08bbc72a278adce3cdf04c400
üst b275246c
......@@ -275,6 +275,7 @@ Any OXMLControlProperty::convertString(const css::uno::Type& _rExpectedType, con
double dummy;
OSL_ENSURE(std::modf(nValue, &dummy) == 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