diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-01 08:33:09 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-01 10:37:02 +0200 |
commit | 3e672693e35e720177eac98094c42570fca9cfbb (patch) | |
tree | c9ef0c732ca293a4b26037a72cd6e612dfaa4ac5 /include/vcl/textview.hxx | |
parent | edc189dbfac35d9a587ec50d0f382bb66444eca8 (diff) |
loplugin:staticfunction
Change-Id: I909cf7e77f9d7194575636248196fda311fffdb6
Diffstat (limited to 'include/vcl/textview.hxx')
-rw-r--r-- | include/vcl/textview.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/textview.hxx b/include/vcl/textview.hxx index 9aa9498a6bf2..baf97a9a2063 100644 --- a/include/vcl/textview.hxx +++ b/include/vcl/textview.hxx @@ -182,9 +182,9 @@ public: TextPaM CursorWordRight( const TextPaM& rPaM ); TextPaM CursorStartOfLine( const TextPaM& rPaM ); TextPaM CursorEndOfLine( const TextPaM& rPaM ); - TextPaM CursorStartOfParagraph( const TextPaM& rPaM ); + static TextPaM CursorStartOfParagraph( const TextPaM& rPaM ); TextPaM CursorEndOfParagraph( const TextPaM& rPaM ); - TextPaM CursorStartOfDoc(); + static TextPaM CursorStartOfDoc(); TextPaM CursorEndOfDoc(); /** |