summaryrefslogtreecommitdiff
path: root/include/sfx2/objsh.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-07-30 14:20:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-30 18:53:57 +0200
commitc9dcd0a6197160fdc8bf086ae4d8a78558e7d078 (patch)
treeafaa73dd1d2bfa8353577d78667c5a91bd4f3ae2 /include/sfx2/objsh.hxx
parent1ad14b32c651b23b2c37d83dbdea889607ea6680 (diff)
loplugin:returnconstant in sfx2
Change-Id: I9a41a2b53669bebfca573fef8d0d755e4621ce37 Reviewed-on: https://gerrit.libreoffice.org/58333 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/objsh.hxx')
-rw-r--r--include/sfx2/objsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index a6bff464d369..382e4c692e87 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -339,7 +339,7 @@ public:
// called for a few slots like SID_SAVE[AS]DOC, SID_PRINTDOC[DIRECT], derived classes may abort the action
virtual bool QuerySlotExecutable( sal_uInt16 nSlotId );
- bool SaveChildren(bool bObjectsOnly=false);
+ void SaveChildren(bool bObjectsOnly=false);
bool SaveAsChildren( SfxMedium &rMedium );
bool SwitchChildrenPersistance(
const css::uno::Reference< css::embed::XStorage >& xStorage,