summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xetable.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-14 13:54:03 +0200
committerNoel Grandin <noel@peralex.com>2016-01-15 09:36:41 +0200
commitabb87856dd6a722245cc9dd690bfcec6ecd901da (patch)
treea2d28f2bebb91cb8b25a51a8b5ae9890ebddd3ce /sc/source/filter/inc/xetable.hxx
parent6f2ce5c31708e5914d6d17d69b45f15a4429f8e3 (diff)
loplugin:unusedmethods unused return value in sc
Change-Id: Ic0b4d7efb2679f735892806d66258af231cda3fe
Diffstat (limited to 'sc/source/filter/inc/xetable.hxx')
-rw-r--r--sc/source/filter/inc/xetable.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xetable.hxx b/sc/source/filter/inc/xetable.hxx
index 3a29f3582f4d..140c1526f130 100644
--- a/sc/source/filter/inc/xetable.hxx
+++ b/sc/source/filter/inc/xetable.hxx
@@ -714,8 +714,8 @@ public:
SCCOL nScCol, SCROW nLastScRow,
XclExpColOutlineBuffer& rOutlineBfr );
- /** Converts the XF identifier into the Excel XF index, returns the latter. */
- sal_uInt16 ConvertXFIndexes();
+ /** Converts the XF identifier into the Excel XF index. */
+ void ConvertXFIndexes();
/** Tries to merge this record with the passed record.
@descr Possible, if passed record directly follows this record and has equal contents.