diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-10-08 17:48:15 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-10-14 01:49:01 +0200 |
commit | 6250b856defa4d49469cb455c1eef53de02f623d (patch) | |
tree | 21818d7c490038b94ad639f4d1966dd9de0a025c /sc/source/ui/inc/hdrcont.hxx | |
parent | 3b21902aa85df7631c9efb20dd408df005295b22 (diff) |
implement new more user friendly data provider dlg
This is still a work in progress.
Change-Id: I1e68c86acc810eec068b1f184b2307c51d9b58df
Reviewed-on: https://gerrit.libreoffice.org/43259
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/source/ui/inc/hdrcont.hxx')
-rw-r--r-- | sc/source/ui/inc/hdrcont.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/hdrcont.hxx b/sc/source/ui/inc/hdrcont.hxx index 6410e2ce142c..b84981aa17a5 100644 --- a/sc/source/ui/inc/hdrcont.hxx +++ b/sc/source/ui/inc/hdrcont.hxx @@ -31,7 +31,7 @@ class ScTabView; -class ScHeaderControl : public vcl::Window +class SC_DLLPUBLIC ScHeaderControl : public vcl::Window { private: SelectionEngine* pSelEngine; |