summaryrefslogtreecommitdiff
path: root/sw/inc/editsh.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-13 11:21:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-14 14:00:10 +0200
commitc5155f59e9fb7f5841de8a6a6fae2219400ac508 (patch)
treeddfbb14212a43a4d2a0ec20e224a89b254099d6b /sw/inc/editsh.hxx
parente33685593f4cf747c93a02eb4b4c980544f790ca (diff)
loplugin:returnconstant in SwEditShell
Change-Id: I0daa8938e81017f8c6db4da55aed297f767799b7 Reviewed-on: https://gerrit.libreoffice.org/58959 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r--sw/inc/editsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 72bd50130ff0..05c6c7962c04 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -453,7 +453,7 @@ public:
/// Insert content table. Renew if required.
void InsertTableOf(const SwTOXBase& rTOX,
const SfxItemSet* pSet = nullptr);
- bool UpdateTableOf(const SwTOXBase& rTOX,
+ void UpdateTableOf(const SwTOXBase& rTOX,
const SfxItemSet* pSet = nullptr);
const SwTOXBase* GetCurTOX() const;
const SwTOXBase* GetDefaultTOXBase( TOXTypes eTyp, bool bCreate = false );