summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/handler/vcl_date_handler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/handler/vcl_date_handler.cxx')
-rw-r--r--xmloff/source/forms/handler/vcl_date_handler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/handler/vcl_date_handler.cxx b/xmloff/source/forms/handler/vcl_date_handler.cxx
index 4dde7c21045f..ec518f9be94d 100644
--- a/xmloff/source/forms/handler/vcl_date_handler.cxx
+++ b/xmloff/source/forms/handler/vcl_date_handler.cxx
@@ -67,7 +67,7 @@ namespace xmloff
{
DateTime aDateTime;
Date aDate;
- if (::sax::Converter::parseDateTime( aDateTime, nullptr, i_attributeValue ))
+ if (::sax::Converter::parseDateTime( aDateTime, i_attributeValue ))
{
aDate.Day = aDateTime.Day;
aDate.Month = aDateTime.Month;