diff options
author | Noel Grandin <noel@peralex.com> | 2020-09-17 14:20:19 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-09-17 17:55:23 +0200 |
commit | 7adf79c2dd4af72e6af321336ef79914364bc882 (patch) | |
tree | 81f0f60512403601e5764a12657794086a9f7012 /include/oox/token | |
parent | d75c5b38911557173c54a78f42ff220ab3918573 (diff) |
fix LTO+mergedlibs on windows
Change-Id: I3d95d566db76e14532945b881b1847ea8c7e3153
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102946
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/oox/token')
-rw-r--r-- | include/oox/token/tokenmap.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/oox/token/tokenmap.hxx b/include/oox/token/tokenmap.hxx index cc4705e6a046..1ab9a99758cc 100644 --- a/include/oox/token/tokenmap.hxx +++ b/include/oox/token/tokenmap.hxx @@ -24,6 +24,7 @@ #include <com/sun/star/uno/Sequence.hxx> #include <oox/token/tokens.hxx> +#include <oox/dllapi.h> #include <rtl/instance.hxx> #include <rtl/ustring.hxx> #include <sal/log.hxx> @@ -32,7 +33,7 @@ namespace oox { -class TokenMap +class OOX_DLLPUBLIC TokenMap { public: explicit TokenMap(); |