summaryrefslogtreecommitdiff
path: root/starmath/source/wordexportbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/wordexportbase.hxx')
-rw-r--r--starmath/source/wordexportbase.hxx2
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;