From 67a8150360ad0728a10c281dfa065bc094e139eb Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Wed, 30 May 2012 17:09:32 +0200 Subject: One line docu to save me code reading the next time ;-) Change-Id: I3998679c859c2a25933a879ae6412d7555350a62 --- vcl/inc/vcl/outdev.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl') diff --git a/vcl/inc/vcl/outdev.hxx b/vcl/inc/vcl/outdev.hxx index c1459c00532e..dd10edab5191 100644 --- a/vcl/inc/vcl/outdev.hxx +++ b/vcl/inc/vcl/outdev.hxx @@ -599,6 +599,7 @@ public: MetricVector* pVector = NULL, String* pDisplayText = NULL ); long GetTextWidth( const XubString& rStr, xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN ) const; + /// Height where any character of the current font fits; in logic coordinates. long GetTextHeight() const; void DrawTextArray( const Point& rStartPt, const XubString& rStr, const sal_Int32* pDXAry = NULL, -- cgit