From 9da5f12be26d1420c65b172af728f47347a6ce2d Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Thu, 13 May 2021 16:26:47 +0200 Subject: sc_ucalc: move shared formula tests to their own module in order to split sc_ucalc monster into smaller modules Change-Id: I399daeb57dd5fba7077fef6584b0a3772df84d84 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115559 Tested-by: Jenkins Reviewed-by: Xisco Fauli --- compilerplugins/clang/unusedmethods.results | 2 -- 1 file changed, 2 deletions(-) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results index 682f24ce9a56..5591c686020a 100644 --- a/compilerplugins/clang/unusedmethods.results +++ b/compilerplugins/clang/unusedmethods.results @@ -1184,8 +1184,6 @@ sc/qa/unit/ucalc.hxx:251 void Test::testExternalRefUnresolved() sc/qa/unit/ucalc.hxx:391 void Test::testCopyPasteSkipEmptyConditionalFormatting() -sc/qa/unit/ucalc.hxx:418 - void Test::testSharedFormulaMoveBlock() sc/qa/unit/ucalc.hxx:536 void Test::testCondFormatUpdateMoveTab() sc/qa/unit/ucalc.hxx:537 -- cgit