diff options
author | Malte Timmermann <mt@openoffice.org> | 2002-08-28 14:20:20 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2002-08-28 14:20:20 +0000 |
commit | 5b62033622c74ec9072673e2329bd9a32d073ef0 (patch) | |
tree | fed2326fcb892733666bd55e1a8ab32a64a0c1c9 /svx/source/editeng/editdoc.hxx | |
parent | 5018f32633676dec2b784c286e69014bfb594525 (diff) |
#101117# Justified paragraphs, kashida
Diffstat (limited to 'svx/source/editeng/editdoc.hxx')
-rw-r--r-- | svx/source/editeng/editdoc.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/editeng/editdoc.hxx b/svx/source/editeng/editdoc.hxx index 8233678b2ddb..c6fa537763a7 100644 --- a/svx/source/editeng/editdoc.hxx +++ b/svx/source/editeng/editdoc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: editdoc.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: mt $ $Date: 2002-07-12 10:31:17 $ + * last change: $Author: mt $ $Date: 2002-08-28 15:20:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -649,7 +649,6 @@ public: ContentNode* GetNode() const { return pNode; } TextPortionList& GetTextPortions() { return aTextPortionList; } - void AdjustBlocks( EditLine* pLine, long nRemainingSpace ); USHORT GetInvalidPosStart() const { return nInvalidPosStart; } short GetInvalidDiff() const { return nInvalidDiff; } |