diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-05-16 20:12:37 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-05-16 22:01:59 +0200 |
commit | ff2e562cd2ef8f6c08180bce16d2c4000a8aa841 (patch) | |
tree | 24cc77cd0705a3d122c0fb5b85eb78f6e28bc6a3 /compilerplugins | |
parent | 27db3bfede6a74a00da20062db6fd6c47d4d9df1 (diff) |
sc_ucalc: move conditional format tests to their own module
in order to split sc_ucalc monster into smaller
modules
While at it, remove testCopyPasteSkipEmptyConditionalFormatting
it was added already disabled in 5915d38e84c7a7861c169bea18c63824bcfdc470
<add disabled test for conditional formatting with skip empty cells>
and it fails if it's enabled
Change-Id: I6222849b38ab288b24432dc00698d72f5bcc5c2e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115677
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/unusedmethods.results | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results index 5591c686020a..88857e7f81f2 100644 --- a/compilerplugins/clang/unusedmethods.results +++ b/compilerplugins/clang/unusedmethods.results @@ -1182,18 +1182,6 @@ sc/qa/unit/ucalc.hxx:191 void Test::testSingleCellCopyColumnLabel() sc/qa/unit/ucalc.hxx:251 void Test::testExternalRefUnresolved() -sc/qa/unit/ucalc.hxx:391 - void Test::testCopyPasteSkipEmptyConditionalFormatting() -sc/qa/unit/ucalc.hxx:536 - void Test::testCondFormatUpdateMoveTab() -sc/qa/unit/ucalc.hxx:537 - void Test::testCondFormatUpdateDeleteTab() -sc/qa/unit/ucalc.hxx:538 - void Test::testCondFormatUpdateInsertTab() -sc/qa/unit/ucalc.hxx:539 - void Test::testCondFormatUpdateReference() -sc/qa/unit/ucalc.hxx:549 - void Test::testCondFormatListenToOwnRange() sc/source/core/inc/interpre.hxx:71 basic_ostream<type-parameter-?-?, type-parameter-?-?> & sc::operator<<(basic_ostream<type-parameter-?-?, type-parameter-?-?> &,const struct sc::ParamIfsResult &) sc/source/core/opencl/formulagroupcl.cxx:1061 |