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 /sc/inc/clipcontext.hxx | |
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 'sc/inc/clipcontext.hxx')
-rw-r--r-- | sc/inc/clipcontext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/clipcontext.hxx b/sc/inc/clipcontext.hxx index 55746b74f31e..ccce671eea65 100644 --- a/sc/inc/clipcontext.hxx +++ b/sc/inc/clipcontext.hxx @@ -42,7 +42,7 @@ public: ColumnBlockPositionSet* getBlockPositionSet() { return mpSet.get(); } }; -class CopyFromClipContext final : public ClipContextBase +class SC_DLLPUBLIC CopyFromClipContext final : public ClipContextBase { SCCOL mnDestCol1; SCCOL mnDestCol2; |