diff options
Diffstat (limited to 'include/svx/svdotable.hxx')
-rw-r--r-- | include/svx/svdotable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdotable.hxx b/include/svx/svdotable.hxx index a85bfa6e507a..5d006fe6c3f7 100644 --- a/include/svx/svdotable.hxx +++ b/include/svx/svdotable.hxx @@ -177,7 +177,7 @@ public: // #i121917# virtual bool HasText() const override; - bool IsTextEditActive() const { return (pEdtOutl != nullptr); } + bool IsTextEditActive() const { return mpEdtOutl != nullptr; } bool IsTextEditActive( const sdr::table::CellPos& rPos ); /** Returns true only if we are in edit mode and the user actually changed anything */ |