summaryrefslogtreecommitdiff
path: root/sax/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:22:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:35 +0100
commit60c40af090e420a8619b5236bde1ff4ef79100c6 (patch)
treeec8f50b4325045bec03708e14dcd996631c6c828 /sax/inc
parentde63cac20fba1e7661687a4f1c1ce91182f4dfa0 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I54bf272b404d2302cafbde73ec5061ea2cd966ab
Diffstat (limited to 'sax/inc')
-rw-r--r--sax/inc/xml2utf.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sax/inc/xml2utf.hxx b/sax/inc/xml2utf.hxx
index a2781d5e56cd..76cd10dab85f 100644
--- a/sax/inc/xml2utf.hxx
+++ b/sax/inc/xml2utf.hxx
@@ -82,8 +82,8 @@ class XMLFile2UTFConverter
public:
XMLFile2UTFConverter( ):
m_bStarted( false ),
- m_pText2Unicode( 0 ),
- m_pUnicode2Text( 0 )
+ m_pText2Unicode( nullptr ),
+ m_pUnicode2Text( nullptr )
{}
~XMLFile2UTFConverter();