summaryrefslogtreecommitdiff
path: root/sw/source/core/draw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-28 12:50:16 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-28 12:50:16 +0000
commitf1a72ea480e81428ffd5d5744be1c3fa2f288bab (patch)
tree8a4b43773de7f3c404aa5eceafbf0aacae00511d /sw/source/core/draw
parent51d9137c1a83084c6af77136e09645de599a5b04 (diff)
cppcheck: method can be const
Diffstat (limited to 'sw/source/core/draw')
-rw-r--r--sw/source/core/draw/dcontact.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/draw/dcontact.cxx b/sw/source/core/draw/dcontact.cxx
index e685358a986f..bdc5b3be1ded 100644
--- a/sw/source/core/draw/dcontact.cxx
+++ b/sw/source/core/draw/dcontact.cxx
@@ -1278,7 +1278,7 @@ class NestedUserCallHdl
mpDrawContact = 0;
}
- bool IsNestedUserCall()
+ bool IsNestedUserCall() const
{
return mbParentUserCallActive;
}