summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-06-22 07:31:57 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-22 07:31:57 +0200
commit16c2b60fc10b5fdfd36df64f8fca50b95d81871b (patch)
tree730743d6ce72adb35915dca3e2e8e2a91ccf03e5 /include/editeng
parenta64999511ae654131d997eec9a3d78478cfc1c75 (diff)
Typo: erturn->return
Change-Id: I6cb57f77c723fa252e7c21279e0c1b80e92010e1
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/unoedsrc.hxx2
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;