summaryrefslogtreecommitdiff
path: root/sw/inc/anchoredobject.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
commit56a1f3affcd18957442313e271e3c0ebef565d84 (patch)
treec35b5ad6ed00aec900ceb7a048cc11fbd87ddd50 /sw/inc/anchoredobject.hxx
parent368ade10ba7d7551fe82d4157c37b1baa74ee137 (diff)
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'sw/inc/anchoredobject.hxx')
-rw-r--r--sw/inc/anchoredobject.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/anchoredobject.hxx b/sw/inc/anchoredobject.hxx
index 395237429413..3cbd93d75104 100644
--- a/sw/inc/anchoredobject.hxx
+++ b/sw/inc/anchoredobject.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: anchoredobject.hxx,v $
- * $Revision: 1.22 $
+ * $Revision: 1.22.214.1 $
*
* This file is part of OpenOffice.org.
*
@@ -237,8 +237,8 @@ class SwAnchoredObject
void SetTmpConsiderWrapInfluenceOfOtherObjs( const bool bTmpConsiderWrapInfluence );
// --> OD 2006-08-10 #i68520#
- virtual const bool _SetObjTop( const SwTwips _nTop) = 0;
- virtual const bool _SetObjLeft( const SwTwips _nLeft) = 0;
+ virtual bool _SetObjTop( const SwTwips _nTop) = 0;
+ virtual bool _SetObjLeft( const SwTwips _nLeft) = 0;
// <--
// --> OD 2006-10-05 #i70122#
@@ -349,7 +349,7 @@ class SwAnchoredObject
void ResetLastCharRectHeight();
// accessor to member <nmLastTopOfLine>
- const SwTwips GetLastTopOfLine() const;
+ SwTwips GetLastTopOfLine() const;
// OD 2004-05-18 #i28701# - follow-up of #i22341#
void AddLastTopOfLineY( SwTwips _nDiff );