diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/editsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index 91bbf131e0e0..c7f3c078a3b4 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -172,7 +172,7 @@ public: /** Delete content of all ranges. If whole nodes are selected, these nodes get deleted. */ - long Delete(); + bool Delete(); /// Remove a complete paragraph. bool DelFullPara(); |