diff options
Diffstat (limited to 'sw/inc/accmap.hxx')
-rw-r--r-- | sw/inc/accmap.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/accmap.hxx b/sw/inc/accmap.hxx index 85cc0be48306..bce4ccb46e48 100644 --- a/sw/inc/accmap.hxx +++ b/sw/inc/accmap.hxx @@ -203,8 +203,7 @@ public: // Invalidate state of whole tree. If an action is open, this call // is processed when the last action ends. - void InvalidateStates( AccessibleStates _nStates, - const SwFrame* _pFrame = nullptr ); + void InvalidateEditableStates( const SwFrame* _pFrame ); void InvalidateRelationSet( const SwFrame* pMaster, const SwFrame* pFollow ); |