[Libreoffice-commits] .: vcl/inc

Jan Holesovsky kendy at kemper.freedesktop.org
Wed May 30 08:11:02 PDT 2012


 vcl/inc/vcl/outdev.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 67a8150360ad0728a10c281dfa065bc094e139eb
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Wed May 30 17:09:32 2012 +0200

    One line docu to save me code reading the next time ;-)
    
    Change-Id: I3998679c859c2a25933a879ae6412d7555350a62

diff --git a/vcl/inc/vcl/outdev.hxx b/vcl/inc/vcl/outdev.hxx
index c1459c0..dd10eda 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,


More information about the Libreoffice-commits mailing list