diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-05-13 16:26:47 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-05-14 12:44:29 +0200 |
commit | 9da5f12be26d1420c65b172af728f47347a6ce2d (patch) | |
tree | eb93cb1c3512ce5c0bad17355d346738a8690a17 /compilerplugins | |
parent | 1f23231c56cf33deacab3083f1ed771f10f91b00 (diff) |
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 <xiscofauli@libreoffice.org>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/unusedmethods.results | 2 |
1 files changed, 0 insertions, 2 deletions
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 |