diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:24:24 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:31:41 +0100 |
commit | 374b4f349f1d1cb3b33004580ebc903d206f28ff (patch) | |
tree | b26a69ad1287dc10f691cbb01504a0ba671dc591 /starmath/source/wordexportbase.hxx | |
parent | e246e5e3cf2722beb8a633259c0c395b498f58c6 (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: Ife1eef04d905f12308b64b971176c2f045a1b268
Diffstat (limited to 'starmath/source/wordexportbase.hxx')
-rw-r--r-- | starmath/source/wordexportbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/wordexportbase.hxx b/starmath/source/wordexportbase.hxx index 059db4f08a20..b8aac113334a 100644 --- a/starmath/source/wordexportbase.hxx +++ b/starmath/source/wordexportbase.hxx @@ -27,7 +27,7 @@ protected: virtual void HandleVerticalStack( const SmNode* pNode, int nLevel ) = 0; virtual void HandleText( const SmNode* pNode, int nLevel ) = 0; void HandleMath( const SmNode* pNode, int nLevel ); - virtual void HandleFractions( const SmNode* pNode, int nLevel, const char* type = NULL ) = 0; + virtual void HandleFractions( const SmNode* pNode, int nLevel, const char* type = nullptr ) = 0; void HandleUnaryOperation( const SmUnHorNode* pNode, int nLevel ); void HandleBinaryOperation( const SmBinHorNode* pNode, int nLevel ); virtual void HandleRoot( const SmRootNode* pNode, int nLevel ) = 0; |