summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/refundo.hxx
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-05-13 16:26:47 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-05-14 12:44:29 +0200
commit9da5f12be26d1420c65b172af728f47347a6ce2d (patch)
treeeb93cb1c3512ce5c0bad17355d346738a8690a17 /sc/source/ui/inc/refundo.hxx
parent1f23231c56cf33deacab3083f1ed771f10f91b00 (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 'sc/source/ui/inc/refundo.hxx')
-rw-r--r--sc/source/ui/inc/refundo.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/inc/refundo.hxx b/sc/source/ui/inc/refundo.hxx
index 2ddf6c584ba1..bf0eb62e9161 100644
--- a/sc/source/ui/inc/refundo.hxx
+++ b/sc/source/ui/inc/refundo.hxx
@@ -20,6 +20,7 @@
#pragma once
#include <memory>
+#include <scdllapi.h>
class ScDocument;
class ScDBCollection;
@@ -31,7 +32,7 @@ class ScChartListenerCollection;
class ScAreaLinkSaveCollection;
class ScUnoRefList;
-class ScRefUndoData
+class SC_DLLPUBLIC ScRefUndoData
{
private:
std::unique_ptr<ScDBCollection> pDBCollection;