summaryrefslogtreecommitdiff
path: root/include/sax/tools/documenthandleradapter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sax/tools/documenthandleradapter.hxx')
-rw-r--r--include/sax/tools/documenthandleradapter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sax/tools/documenthandleradapter.hxx b/include/sax/tools/documenthandleradapter.hxx
index 48edf604149a..10b945f83a8a 100644
--- a/include/sax/tools/documenthandleradapter.hxx
+++ b/include/sax/tools/documenthandleradapter.hxx
@@ -82,7 +82,7 @@ namespace sax
}
DocumentHandlerAdapter(const css::uno::Reference< css::xml::sax::XDocumentHandler >& delegate);
DocumentHandlerAdapter() :
- m_handler(css::uno::Reference< css::xml::sax::XDocumentHandler > (0, css::uno::UNO_QUERY))
+ m_handler(css::uno::Reference< css::xml::sax::XDocumentHandler > (nullptr, css::uno::UNO_QUERY))
{
}
;
@@ -201,7 +201,7 @@ namespace sax
}
protected:
ExtendedDocumentHandlerAdapter() :
- m_handler(css::uno::Reference< css::xml::sax::XExtendedDocumentHandler > (0, css::uno::UNO_QUERY))
+ m_handler(css::uno::Reference< css::xml::sax::XExtendedDocumentHandler > (nullptr, css::uno::UNO_QUERY))
{
}
ExtendedDocumentHandlerAdapter(