diff options
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r-- | sw/inc/pam.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx index 746fa22840c0..2a7a0cdb8bd3 100644 --- a/sw/inc/pam.hxx +++ b/sw/inc/pam.hxx @@ -309,6 +309,8 @@ public: /** Is in something protected (readonly) or selection contains something protected. */ bool HasReadonlySel(bool bFormView, bool isReplace) const; + /** Is there hidden sections in the selected area. */ + bool HasHiddenSections() const; bool ContainsPosition(const SwPosition & rPos) const { |