summaryrefslogtreecommitdiffstats
path: root/basctl/source/inc/scriptdocument.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-11 08:38:51 +0200
committerNoel Grandin <noel@peralex.com>2016-01-11 10:49:24 +0200
commit1b26a4eb4ba99cb4a47da83c4e6419f2065f9d17 (patch)
tree8839078d7cfc754fe60844b954c8eba9486d7238 /basctl/source/inc/scriptdocument.hxx
parentloplugin:unusedmethods unused return value in accessibility (diff)
downloadcore-1b26a4eb4ba99cb4a47da83c4e6419f2065f9d17.tar.gz
core-1b26a4eb4ba99cb4a47da83c4e6419f2065f9d17.zip
loplugin:unusedmethods unused return value in basctl
Change-Id: I23590020acbb9a6760edd755affa121a572aaea5
Diffstat (limited to 'basctl/source/inc/scriptdocument.hxx')
-rw-r--r--basctl/source/inc/scriptdocument.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/inc/scriptdocument.hxx b/basctl/source/inc/scriptdocument.hxx
index 815c78b80195..60cadce8fab9 100644
--- a/basctl/source/inc/scriptdocument.hxx
+++ b/basctl/source/inc/scriptdocument.hxx
@@ -457,7 +457,7 @@ namespace basctl
@precond
<code>isApplication</code> returns <FALSE/>
*/
- bool saveDocument(
+ void saveDocument(
const css::uno::Reference< css::task::XStatusIndicator >& _rxStatusIndicator
) const;