diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-14 10:09:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-14 10:53:30 +0000 |
commit | f619315ae3f29d674042b62dfc1c11635817781a (patch) | |
tree | 26526bbcb0a2c675a53678a40c3454aff516f17a /vcl | |
parent | ec3085d6256959722dca64c0df71487177cb4db3 (diff) |
longparas: bump nLen to 32bit
Change-Id: I49621bc3887baf8fcee17559818193325b83f27d
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/edit/textdata.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/edit/textdata.cxx b/vcl/source/edit/textdata.cxx index d5a15d950928..fc7138845848 100644 --- a/vcl/source/edit/textdata.cxx +++ b/vcl/source/edit/textdata.cxx @@ -300,7 +300,7 @@ TEIMEInfos::~TEIMEInfos() delete[] pAttribs; } -void TEIMEInfos::CopyAttribs( const sal_uInt16* pA, sal_uInt16 nL ) +void TEIMEInfos::CopyAttribs(const sal_uInt16* pA, sal_Int32 nL) { nLen = nL; delete[] pAttribs; |