diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-11-21 10:20:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-11-21 14:04:42 +0000 |
commit | 522fd11122b1bb5f4ec110ea4a12bb7640d0f795 (patch) | |
tree | a5fb4a9e6d565943b935260184391c4a7df86270 /sw | |
parent | 99469a024f2a9a6146c7f8d745557a361fac2e1d (diff) |
longparas: this should be xub_Strlen
Change-Id: I018104df6fcae8bf1474db1479742238d1cb4cd2
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/inc/txtfrm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx index 02d91005bea9..345a56967eac 100644 --- a/sw/source/core/inc/txtfrm.hxx +++ b/sw/source/core/inc/txtfrm.hxx @@ -512,7 +512,7 @@ public: sal_Bool FillRegister( SwTwips& rRegStart, sal_uInt16& rRegDiff ); - sal_uInt16 GetLineCount( sal_uInt16 nPos ); //Ermittelt die Zeilenanzahl + sal_uInt16 GetLineCount( xub_StrLen nPos ); //Ermittelt die Zeilenanzahl //Fuer die Anzeige der Zeilennummern. sal_uLong GetAllLines() const { return nAllLines; } |