summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/optdlg/calcoptionsdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/optdlg/calcoptionsdlg.cxx b/sc/source/ui/optdlg/calcoptionsdlg.cxx
index 17b1ff8556eb..ab52adbd6bb7 100644
--- a/sc/source/ui/optdlg/calcoptionsdlg.cxx
+++ b/sc/source/ui/optdlg/calcoptionsdlg.cxx
@@ -1009,7 +1009,7 @@ struct OpenCLTester
sc::AutoCalcSwitch aACSwitch(*mpDoc, true);
mnTestAreas++;
- mpDocShell->GetDocFunc().InsertTable(mnTestAreas, rArea.msTitle, false, true);
+ (void) mpDocShell->GetDocFunc().InsertTable(mnTestAreas, rArea.msTitle, false, true);
rArea.addHeader(mpDoc, mnTestAreas);