diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-11 16:42:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-11 20:18:18 +0000 |
commit | f8f18871b0293e8a8b5a9fa24a99e44902946ff4 (patch) | |
tree | 793e8c9de1bd8312df6611ee4291e0e3ff9e9927 /include/vcl | |
parent | beaa383389a4e66b914c0fad1ed8ee3a0339d848 (diff) |
longparas: convert GetMaxVisChars from xub_StrLen to sal_Int32
Change-Id: I25fcfc3ae5a599bbd7ebef3071895ec9dbf2949e
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/edit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/edit.hxx b/include/vcl/edit.hxx index a5f77577139a..23fce469f155 100644 --- a/include/vcl/edit.hxx +++ b/include/vcl/edit.hxx @@ -234,7 +234,7 @@ public: virtual Size CalcMinimumSizeForText(const OUString &rString) const; virtual Size GetOptimalSize() const; virtual Size CalcSize( sal_uInt16 nChars ) const; - virtual xub_StrLen GetMaxVisChars() const; + virtual sal_Int32 GetMaxVisChars() const; sal_Int32 GetCharPos( const Point& rWindowPos ) const; |