summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-11-03 11:29:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-11-03 11:39:33 +0100
commit5c47f33a640816ef1859e6f3b53aaafcdbce5e5c (patch)
tree9ac36985de0d23cfa15bdfbab561d0c54551939b /sc
parent9ce9011230a97f3fe4fcd2f8d761781c4300772b (diff)
improve find-can-be-private script
add progress display and cleanup child processes Change-Id: I86cc13dee17f6d1ea2874f0ebe178426fbc82076 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124634 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/datatransformation.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/datatransformation.hxx b/sc/source/ui/inc/datatransformation.hxx
index 2b7c611cf96a..e69b21f423e4 100644
--- a/sc/source/ui/inc/datatransformation.hxx
+++ b/sc/source/ui/inc/datatransformation.hxx
@@ -212,7 +212,7 @@ class DeleteRowTransformation : public DataTransformation
const OUString & getFindString() const;
};
-class SC_DLLPUBLIC SwapRowsTransformation : public DataTransformation
+class SwapRowsTransformation : public DataTransformation
{
SCROW mxRow, nxRow;