summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-17 12:00:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-17 12:06:32 +0200
commitef74b2ea5691ef9465b8f523030c039f6f0d8688 (patch)
tree7a545f8ca8e835c51a691378848b41ce493a732f /reportdesign
parentb275246c30ce3796cd22f72cd82c58b5cf4c86f0 (diff)
unreferenced local variable
Change-Id: Ie212f26b88ed5cf08bbc72a278adce3cdf04c400
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/filter/xml/xmlControlProperty.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/reportdesign/source/filter/xml/xmlControlProperty.cxx b/reportdesign/source/filter/xml/xmlControlProperty.cxx
index c232a44d6019..e14b86e0e6dc 100644
--- a/reportdesign/source/filter/xml/xmlControlProperty.cxx
+++ b/reportdesign/source/filter/xml/xmlControlProperty.cxx
@@ -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;