summaryrefslogtreecommitdiff
path: root/include/sfx2/viewfrm.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/viewfrm.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/viewfrm.hxx')
-rw-r--r--include/sfx2/viewfrm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx
index e0a7db3c2c6e..e8deab4891a6 100644
--- a/include/sfx2/viewfrm.hxx
+++ b/include/sfx2/viewfrm.hxx
@@ -130,7 +130,7 @@ public:
bool IsVisible() const;
void ToTop();
void Enable( bool bEnable );
- bool Close();
+ void Close();
virtual void Activate( bool bUI ) override;
virtual void Deactivate( bool bUI ) override;