[Libreoffice-commits] core.git: sc/source
Jochen Nitschke
j.nitschke+logerrit at ok.de
Thu Feb 9 05:49:13 UTC 2017
sc/source/filter/orcus/interface.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 1955e5361ca42502913583c69606da30f43f34bc
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date: Wed Feb 8 13:31:20 2017 +0100
remove obsolete noop call
Change-Id: Iac60817702f7691adbabdea8a59efc4f56f249da
Reviewed-on: https://gerrit.libreoffice.org/34042
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/sc/source/filter/orcus/interface.cxx b/sc/source/filter/orcus/interface.cxx
index e585598..2799760 100644
--- a/sc/source/filter/orcus/interface.cxx
+++ b/sc/source/filter/orcus/interface.cxx
@@ -306,7 +306,6 @@ ScOrcusConditionalFormat::ScOrcusConditionalFormat(SCTAB nTab, ScDocument& rDoc)
mpCurrentFormat(new ScConditionalFormat(0, &mrDoc)),
meEntryType(condformat::CONDITION)
{
- (void)mnTab;
}
ScOrcusConditionalFormat::~ScOrcusConditionalFormat()
More information about the Libreoffice-commits
mailing list