summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-08-15 17:15:29 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-08-16 09:10:21 +0200
commit6917ebc39fb1c4f412ae9fea4e2d858a1b351c47 (patch)
treea605ffb98909babaa89b8ac0bad0d22049bbb379 /include/vcl
parent8353793c94416a9a3a5af074d881624e43e5ec2f (diff)
sal_uLong to sal_uInt32
Change-Id: Ifcde090747127680a9e4b810ff062d024663632c
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/texteng.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/texteng.hxx b/include/vcl/texteng.hxx
index 2b64ccc35bad..9227e4b202a3 100644
--- a/include/vcl/texteng.hxx
+++ b/include/vcl/texteng.hxx
@@ -259,7 +259,7 @@ public:
sal_uLong CalcTextWidth();
long GetCharHeight() const { return mnCharHeight; }
- sal_uLong GetParagraphCount() const;
+ sal_uInt32 GetParagraphCount() const;
OUString GetText( sal_uInt32 nParagraph ) const;
sal_Int32 GetTextLen( sal_uInt32 nParagraph ) const;
sal_uLong GetTextHeight( sal_uInt32 nParagraph ) const;