diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-25 20:53:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-26 10:37:19 +0200 |
commit | 3b90faa9c51791d01bef69ac6924a71e869f25d7 (patch) | |
tree | 693182199a9244daad12f5d3639adb8e182c4208 /sw/inc | |
parent | 16180641a5e0b7a990ec10bbf92e3639b5ee2ee2 (diff) |
SwEditShell functions that really want to return bool
but just couldn't, because they were too shy, so they went to
ToastMasters, and now they are all grown up and can bool all the day
long
Change-Id: Id06e0791ec3c930be8a165cc7b05ce4f0c8f7499
Reviewed-on: https://gerrit.libreoffice.org/53462
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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(); |