diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-08-20 14:03:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-08-20 14:03:44 +0000 |
commit | 95e977c9d4e821a0dcf64d114b37d80bee611bd5 (patch) | |
tree | 49bed36b3dec8bc75a60a1bc01e80d5c66f09165 /vcl/source/gdi | |
parent | 1c5bcfdc702c9e8cc66a33935550f5cc136b3ba0 (diff) |
#100000# join from CWS licenseprint
Diffstat (limited to 'vcl/source/gdi')
-rwxr-xr-x | vcl/source/gdi/sallayout.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx index ae75a627987c..98fc57dad525 100755 --- a/vcl/source/gdi/sallayout.cxx +++ b/vcl/source/gdi/sallayout.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sallayout.cxx,v $ * - * $Revision: 1.47 $ + * $Revision: 1.48 $ * - * last change: $Author: hjs $ $Date: 2003-08-18 15:14:18 $ + * last change: $Author: hr $ $Date: 2003-08-20 15:01:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1669,6 +1669,8 @@ int MultiSalLayout::GetNextGlyphs( int nLen, long* pGlyphIdxAry, Point& rPos, } } + // #111016# reset to base level font when done + mpLayouts[0]->InitFont(); return 0; } |