summaryrefslogtreecommitdiffstats
path: root/sc/inc/externalrefmgr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-14 16:32:07 +0200
committerNoel Grandin <noel@peralex.com>2016-01-15 09:36:42 +0200
commit098462c6f69c40422c74cef8f052b7b1ff0c90e8 (patch)
treeb8d3e6f848b18753c9fbd91468b8094b029af742 /sc/inc/externalrefmgr.hxx
parentloplugin:unusedmethods unused return value in rsc (diff)
downloadcore-098462c6f69c40422c74cef8f052b7b1ff0c90e8.tar.gz
core-098462c6f69c40422c74cef8f052b7b1ff0c90e8.zip
loplugin:unusedmethods unused return value in sc
Change-Id: I3ccc98d2e042120093e2e8508518681588692393
Diffstat (limited to 'sc/inc/externalrefmgr.hxx')
-rw-r--r--sc/inc/externalrefmgr.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx
index a80a56ae69f5..14f2a2b83faa 100644
--- a/sc/inc/externalrefmgr.hxx
+++ b/sc/inc/externalrefmgr.hxx
@@ -513,11 +513,10 @@ public:
/**
* Mark all tables as referenced that are used by any LinkListener, used
* only during store-to-file.
- * @returns <TRUE/> if ALL tables of ALL external documents are marked.
*/
- bool markUsedByLinkListeners();
+ void markUsedByLinkListeners();
- bool markUsedExternalRefCells();
+ void markUsedExternalRefCells();
/**
* Set a table as referenced, used only during store-to-file.