diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-06-22 07:31:57 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-22 07:31:57 +0200 |
commit | 16c2b60fc10b5fdfd36df64f8fca50b95d81871b (patch) | |
tree | 730743d6ce72adb35915dca3e2e8e2a91ccf03e5 /include/editeng | |
parent | a64999511ae654131d997eec9a3d78478cfc1c75 (diff) |
Typo: erturn->return
Change-Id: I6cb57f77c723fa252e7c21279e0c1b80e92010e1
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/unoedsrc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/unoedsrc.hxx b/include/editeng/unoedsrc.hxx index 43c516a87d58..9af69b325a9f 100644 --- a/include/editeng/unoedsrc.hxx +++ b/include/editeng/unoedsrc.hxx @@ -525,7 +525,7 @@ public: /** Cut current selection to clipboard. - @eturn false if no selection or no view (the empty selection _is_ a selection) + @return false if no selection or no view (the empty selection _is_ a selection) */ virtual bool Cut() = 0; |