summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-01-14 15:54:05 +0100
committerMiklos Vajna <vmiklos@suse.cz>2013-01-14 16:04:50 +0100
commite85b4e8531125c5b437db515981a344138b8fdd5 (patch)
tree855217c2a2aec5d95d725d0b627aac3132503e72 /sw
parent55b7d15ae984d4ff772e147414c775d2ad69c9f0 (diff)
document SwPaM::SetMark()
Change-Id: I2a57cdea7e952c52f5ee93466a7b81da73b75a7c
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/pam.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx
index 9c0f04b3fee8..384fbb9e7bca 100644
--- a/sw/inc/pam.hxx
+++ b/sw/inc/pam.hxx
@@ -208,6 +208,7 @@ public:
inline bool IsInFrontOfLabel() const { return m_bIsInFrontOfLabel; }
inline void _SetInFrontOfLabel( bool bNew ) { m_bIsInFrontOfLabel = bNew; }
+ /// Unless this is called, the getter method of Mark will return Point.
virtual void SetMark();
void DeleteMark()