summaryrefslogtreecommitdiff
path: root/include/svx/gridctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/gridctrl.hxx')
-rw-r--r--include/svx/gridctrl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx
index 91e95430467a..b795a8ed97d8 100644
--- a/include/svx/gridctrl.hxx
+++ b/include/svx/gridctrl.hxx
@@ -422,7 +422,7 @@ public:
virtual void SetDesignMode(bool bMode);
bool IsDesignMode() const {return m_bDesignMode;}
- bool IsOpen() const {return m_pSeekCursor != NULL;}
+ bool IsOpen() const {return m_pSeekCursor != nullptr;}
void SetFilterMode(bool bMode);
bool IsFilterMode() const {return m_bFilterMode;}