diff options
Diffstat (limited to 'sc/source/ui/inc/datatableview.hxx')
-rw-r--r-- | sc/source/ui/inc/datatableview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/datatableview.hxx b/sc/source/ui/inc/datatableview.hxx index 690a088368f4..df0bf376885e 100644 --- a/sc/source/ui/inc/datatableview.hxx +++ b/sc/source/ui/inc/datatableview.hxx @@ -78,7 +78,7 @@ public: * This class should only depend on ScDocument and not * on some of the Calc view shells. */ -class SC_DLLPUBLIC ScDataTableView : public Control +class ScDataTableView : public Control { std::shared_ptr<ScDocument> mpDoc; std::unique_ptr<SelectionEngine> mpSelectionEngine; |