summaryrefslogtreecommitdiff
path: root/sw/inc/pam.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-22 07:16:40 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-22 07:16:40 +0000
commit0c906750649a576fddd9898ebaa61ee037c47622 (patch)
tree9d5245309bab559d0e36aa6eb1a75e23bc8a24af /sw/inc/pam.hxx
parente57e9843f58fb000f8e76317197f44aa71844cd8 (diff)
INTEGRATION: CWS swqbugfixes14 (1.11.124); FILE MERGED
2005/01/31 13:01:06 fme 1.11.124.1: #i41424# Only trigger UpdateMarkedNumLevel if necessary
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r--sw/inc/pam.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx
index 134a8b850d83..8106cf62cfa9 100644
--- a/sw/inc/pam.hxx
+++ b/sw/inc/pam.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pam.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 10:19:14 $
+ * last change: $Author: vg $ $Date: 2005-02-22 08:16:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -219,8 +219,9 @@ public:
SwMoveFn fnMove = fnMoveForward,
const SwPaM *pPam =0, FASTBOOL bInReadOnly = FALSE );
- FASTBOOL IsInFrontOfLabel() const;
- void SetInFrontOfLabel(FASTBOOL bIsInFrontOfLabel); // #i27615#
+
+ inline FASTBOOL IsInFrontOfLabel() const { return bIsInFrontOfLabel; }
+ inline void _SetInFrontOfLabel( FASTBOOL bNew ) { bIsInFrontOfLabel = bNew; }
virtual void SetMark();
void DeleteMark() { pMark = pPoint; }