diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-08-29 22:56:58 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-09-12 14:18:47 +0200 |
commit | 58cfb9b0c4913ea600b067399f1b5f7eb946bf59 (patch) | |
tree | 0da603616ca3cbbd4a445a4389e5cd3b9bf9bf98 /vcl/inc | |
parent | 6f9f1272a0f5f4e7e5ab745b2bd44071dbb5e810 (diff) |
This parameter type should be sal_Int32, for consistency
Change-Id: I3fe7761d1ec88183853b240f7205bf98cfa5e965
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/outfont.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx index bc5e65c3f01a..2b56acd4fdea 100644 --- a/vcl/inc/outfont.hxx +++ b/vcl/inc/outfont.hxx @@ -290,7 +290,7 @@ public: void AddLine( ImplTextLineInfo* pLine ); void Clear(); - ImplTextLineInfo* GetLine( sal_uInt16 nLine ) const + ImplTextLineInfo* GetLine( sal_Int32 nLine ) const { return mpLines[nLine]; } sal_Int32 Count() const { return mnLines; } |