summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itrform2.hxx
diff options
context:
space:
mode:
authorAndreas Martens <ama@openoffice.org>2001-02-01 13:05:11 +0000
committerAndreas Martens <ama@openoffice.org>2001-02-01 13:05:11 +0000
commit0bd28c5c79c43edac0b73d30ad6da0a959c37966 (patch)
tree175e898f09ef4d2a6307d1cc1da649e0b0a325ae /sw/source/core/text/itrform2.hxx
parent965bbb18423a0be1cc6228729f58999ab264d184 (diff)
New: Rotated text with frame as character inside
Diffstat (limited to 'sw/source/core/text/itrform2.hxx')
-rw-r--r--sw/source/core/text/itrform2.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/core/text/itrform2.hxx b/sw/source/core/text/itrform2.hxx
index 66a3225c93..59d485ba2d 100644
--- a/sw/source/core/text/itrform2.hxx
+++ b/sw/source/core/text/itrform2.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: itrform2.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ama $ $Date: 2000-11-09 13:37:53 $
+ * last change: $Author: ama $ $Date: 2001-02-01 14:00:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -136,7 +136,8 @@ class SwTxtFormatter : public SwTxtPainter
{ return GetInfo().GetIdx() < GetInfo().GetReformatStart(); }
// durch das Adjustment aendert sich die Position der Portions
- void UpdatePos( SwLineLayout *pCurr, sal_Bool bAllWays = sal_False ) const;
+ void UpdatePos( SwLineLayout *pCurr, Point aStart, xub_StrLen nStartIdx,
+ sal_Bool bAllWays = sal_False ) const;
// Setze alle FlyInCntFrms auf die uebergebene BaseLine
void AlignFlyInCntBase( long nBaseLine ) const;