diff options
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 581093afe00b..43c516a87d58 100644 --- a/include/editeng/unoedsrc.hxx +++ b/include/editeng/unoedsrc.hxx @@ -525,7 +525,7 @@ public: /** Cut current selection to clipboard. - @eturn balse if no selection or no view (the empty selection _is_ a selection) + @eturn false if no selection or no view (the empty selection _is_ a selection) */ virtual bool Cut() = 0; |