diff options
author | Andreas Martens <ama@openoffice.org> | 2000-12-20 14:49:45 +0000 |
---|---|---|
committer | Andreas Martens <ama@openoffice.org> | 2000-12-20 14:49:45 +0000 |
commit | 3bd59b7b495bdd7d2cc6ddf081f1be609e92997e (patch) | |
tree | 067369200098519875ec35d0331f631a4704b2dd /sw | |
parent | 30079af1f8008fbd4d4426553dd0c2ba6e6e4f8b (diff) |
Chg: Rotation 90 degree instead of 270
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/inc/swfont.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/swfont.hxx b/sw/source/core/inc/swfont.hxx index 6bec96156d6e..eb485f83e3b1 100644 --- a/sw/source/core/inc/swfont.hxx +++ b/sw/source/core/inc/swfont.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swfont.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: ama $ $Date: 2000-12-14 14:49:12 $ + * last change: $Author: ama $ $Date: 2000-12-20 15:49:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -822,7 +822,7 @@ inline void SwSubFont::SetVertical( const BOOL bNew ) { pMagic = 0; Font::SetVertical( bNew ); - Font::SetOrientation( bNew ? 2700 : 0 ); + Font::SetOrientation( bNew ? 900 : 0 ); } inline void SwFont::SetVertical( const BOOL bNew ) |