summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/RtfReader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/RtfReader.hxx')
-rw-r--r--dbaccess/source/ui/inc/RtfReader.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/RtfReader.hxx b/dbaccess/source/ui/inc/RtfReader.hxx
index fe8a02e53ace..1ad04c2bbc8b 100644
--- a/dbaccess/source/ui/inc/RtfReader.hxx
+++ b/dbaccess/source/ui/inc/RtfReader.hxx
@@ -44,8 +44,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
ORTFReader( SvStream& rIn,
sal_Int32 nRows,