summaryrefslogtreecommitdiff
path: root/vcl/unx/source/gdi/xfont.cxx
diff options
context:
space:
mode:
authorHerbert Duerr <hdu@openoffice.org>2002-02-18 14:33:19 +0000
committerHerbert Duerr <hdu@openoffice.org>2002-02-18 14:33:19 +0000
commit5bd33f600db15366e7c7839e91fcf6c30dc56474 (patch)
tree77e084fbd918551a16068593633b6cb0809ea15a /vcl/unx/source/gdi/xfont.cxx
parentd9a5a5a558340c9451367c2174f25990170c96ef (diff)
#97942# fix return value of layout function
Diffstat (limited to 'vcl/unx/source/gdi/xfont.cxx')
-rw-r--r--vcl/unx/source/gdi/xfont.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/unx/source/gdi/xfont.cxx b/vcl/unx/source/gdi/xfont.cxx
index e2f1ca536d0f..b71231f831ee 100644
--- a/vcl/unx/source/gdi/xfont.cxx
+++ b/vcl/unx/source/gdi/xfont.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xfont.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: hdu $ $Date: 2002-02-15 17:09:31 $
+ * last change: $Author: hdu $ $Date: 2002-02-18 15:33:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -664,6 +664,8 @@ X11FontLayout* ExtendedFontStruct::LayoutText( const ImplLayoutArgs& rArgs )
pLayout->SetGlyphItems( pGlyphBuffer, nGlyphCount );
pLayout->SetOrientation( 0 ); //### TODO
pLayout->SetWantFallback( false );
+
+ return pLayout;
}
#endif // ENABLE_CTL