summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/HtmlReader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/HtmlReader.hxx')
-rw-r--r--dbaccess/source/ui/inc/HtmlReader.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/HtmlReader.hxx b/dbaccess/source/ui/inc/HtmlReader.hxx
index 9c5ca32e82ee..56731055ab10 100644
--- a/dbaccess/source/ui/inc/HtmlReader.hxx
+++ b/dbaccess/source/ui/inc/HtmlReader.hxx
@@ -56,8 +56,8 @@ namespace dbaui
const SharedConnection& _rxConnection,
const css::uno::Reference< css::util::XNumberFormatter >& _rxNumberF,
const css::uno::Reference< css::uno::XComponentContext >& _rxContext,
- const TColumnVector* rList = 0,
- const OTypeInfoMap* _pInfoMap = 0);
+ const TColumnVector* rList = nullptr,
+ const OTypeInfoMap* _pInfoMap = nullptr);
// required for automatic type recognition
OHTMLReader(SvStream& rIn,
sal_Int32 nRows,