summaryrefslogtreecommitdiff
path: root/starmath/source/ooxmlexport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/ooxmlexport.hxx')
-rw-r--r--starmath/source/ooxmlexport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/ooxmlexport.hxx b/starmath/source/ooxmlexport.hxx
index f71cf9e33916..a4740989d79d 100644
--- a/starmath/source/ooxmlexport.hxx
+++ b/starmath/source/ooxmlexport.hxx
@@ -26,7 +26,7 @@ public:
private:
virtual void HandleVerticalStack( const SmNode* pNode, int nLevel ) override;
virtual void HandleText( const SmNode* pNode, int nLevel ) override;
- virtual void HandleFractions( const SmNode* pNode, int nLevel, const char* type = NULL ) override;
+ virtual void HandleFractions( const SmNode* pNode, int nLevel, const char* type = nullptr ) override;
virtual void HandleRoot( const SmRootNode* pNode, int nLevel ) override;
virtual void HandleAttribute( const SmAttributNode* pNode, int nLevel ) override;
virtual void HandleOperator( const SmOperNode* pNode, int nLevel ) override;