summaryrefslogtreecommitdiffstats
path: root/sw/inc/pam.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-27 10:54:53 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-28 08:57:47 +0000
commitd0c545bede035f3a4757ac433d919f65d1d06cf0 (patch)
tree38ec9037b33471f2939459cecb4d6dc6dfa4f5c9 /sw/inc/pam.hxx
parentRelated: fdo#73936 detect dropdown form fields as fields for spellchecking (diff)
downloadcore-d0c545bede035f3a4757ac433d919f65d1d06cf0.tar.gz
core-d0c545bede035f3a4757ac433d919f65d1d06cf0.zip
Related: fdo#73936 expand FormFieldDropDowns in ModelToViewHelper
when EXPANDFIELDS is set. i.e. for spell and grammar checking Change-Id: I8c524f0cd584c9d6043dece5c1b736afb254b7c0
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r--sw/inc/pam.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx
index c2a7f34e8391..957f9673b18f 100644
--- a/sw/inc/pam.hxx
+++ b/sw/inc/pam.hxx
@@ -290,7 +290,7 @@ public:
something protected. */
bool HasReadonlySel( bool bFormView, bool bAnnotationMode = false ) const;
- bool ContainsPosition(const SwPosition & rPos)
+ bool ContainsPosition(const SwPosition & rPos) const
{
return *Start() <= rPos && rPos <= *End();
}