diff options
author | Malte Timmermann <mt@openoffice.org> | 2001-03-01 08:13:46 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2001-03-01 08:13:46 +0000 |
commit | e2b320338b6c3006a36127c1f34fe1b76d214622 (patch) | |
tree | 66f3fe0a3fe5a5c8d50b978ef9f2fbf37fd1d182 /svx/source/editeng/impedit.hxx | |
parent | 7a4d2bc1f62d8764f59211ea7c0fc7ebbbca2eb7 (diff) |
vertical writing in Polygon
Diffstat (limited to 'svx/source/editeng/impedit.hxx')
-rw-r--r-- | svx/source/editeng/impedit.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/editeng/impedit.hxx b/svx/source/editeng/impedit.hxx index 8629e8d65ad8..54f2bbbce397 100644 --- a/svx/source/editeng/impedit.hxx +++ b/svx/source/editeng/impedit.hxx @@ -2,9 +2,9 @@ * * $RCSfile: impedit.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: mt $ $Date: 2001-02-27 16:37:36 $ + * last change: $Author: mt $ $Date: 2001-03-01 09:13:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -594,7 +594,7 @@ public: BOOL IsVertical() const { return GetEditDoc().IsVertical(); } void SetTextRanger( TextRanger* pRanger ); - TextRanger* GetTextRanger( BOOL bUseInVerticalMode = FALSE ) const { return (!IsVertical()||bUseInVerticalMode) ? pTextRanger : NULL; } + TextRanger* GetTextRanger() const { return pTextRanger; } const Size& GetMinAutoPaperSize() const { return aMinAutoPaperSize; } void SetMinAutoPaperSize( const Size& rSz ) { aMinAutoPaperSize = rSz; } |