diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-03-16 09:30:20 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-03-16 09:30:20 +0100 |
commit | a6ded3b0137f378a9e7a83903193d6e3fd9b0126 (patch) | |
tree | 3707745222b1a37adc153c4ad1ca118af0ecc268 /sw/inc/doc.hxx | |
parent | 3a122347b9a47f1ff7103364e90b77bc605fafce (diff) |
Clean up integers representing positions in SwOutlineNodes vectors
Change-Id: If1a6a9cb61ffd355a85835127e7c893969833587
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index bc20780a04de..6b0d0c3e9321 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -1043,7 +1043,7 @@ public: bool OutlineUpDown( const SwPaM& rPam, short nOffset ); // Ountline - move up / move down. - bool MoveOutlinePara( const SwPaM& rPam, short nOffset); + bool MoveOutlinePara( const SwPaM& rPam, SwOutlineNodes::difference_type nOffset); bool GotoOutline( SwPosition& rPos, const OUString& rName ) const; |