summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/objectformattertxtfrm.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-22 10:08:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-22 10:08:07 +0200
commit85825e0fd54551735ef05b8484f71974734b9135 (patch)
tree8bece458e55c1b5eab7559076579bf76cca8df68 /sw/source/core/layout/objectformattertxtfrm.hxx
parentfc233b52ce2acc1bcd7cecc3d51bcab870c81932 (diff)
Avoid reserved identifiers
Change-Id: I27ff0f4f0eb395d7e0a60dd604758c220a3134c4
Diffstat (limited to 'sw/source/core/layout/objectformattertxtfrm.hxx')
-rw-r--r--sw/source/core/layout/objectformattertxtfrm.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/layout/objectformattertxtfrm.hxx b/sw/source/core/layout/objectformattertxtfrm.hxx
index 6932457f286e..fd9d8a7fa042 100644
--- a/sw/source/core/layout/objectformattertxtfrm.hxx
+++ b/sw/source/core/layout/objectformattertxtfrm.hxx
@@ -48,7 +48,7 @@ class SwObjectFormatterTextFrame : public SwObjectFormatter
reference to anchored object - objects, anchored previous to
this one will be invalidated.
*/
- void _InvalidatePrevObjs( SwAnchoredObject& _rAnchoredObj );
+ void InvalidatePrevObjs( SwAnchoredObject& _rAnchoredObj );
/** method to invalidate objects, anchored after the given object at
the page frame
@@ -57,7 +57,7 @@ class SwObjectFormatterTextFrame : public SwObjectFormatter
reference to anchored object - objects, anchored after this one will
be invalidated.
*/
- void _InvalidateFollowObjs( SwAnchoredObject& _rAnchoredObj );
+ void InvalidateFollowObjs( SwAnchoredObject& _rAnchoredObj );
/** method to determine first anchored object, whose 'anchor is moved
forward'.
@@ -93,7 +93,7 @@ class SwObjectFormatterTextFrame : public SwObjectFormatter
anchored object with a 'moved forward anchor'. If NULL, no such
anchored object is found.
*/
- SwAnchoredObject* _GetFirstObjWithMovedFwdAnchor(
+ SwAnchoredObject* GetFirstObjWithMovedFwdAnchor(
const sal_Int16 _nWrapInfluenceOnPosition,
sal_uInt32& _noToPageNum,
bool& _boInFollow );
@@ -102,12 +102,12 @@ class SwObjectFormatterTextFrame : public SwObjectFormatter
#i40141#
*/
- void _FormatAnchorFrameForCheckMoveFwd();
+ void FormatAnchorFrameForCheckMoveFwd();
/** method to determine if at least one anchored object has state
<temporarly consider wrapping style influence> set.
*/
- bool _AtLeastOneObjIsTmpConsiderWrapInfluence();
+ bool AtLeastOneObjIsTmpConsiderWrapInfluence();
protected: