diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-06 11:54:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-06 17:50:30 +0100 |
commit | bf71fe152b8e04be92def48c9aecec98d57f5f35 (patch) | |
tree | e916628135f5faf54cf154cbbfc215a2c7b2a030 /include/sot | |
parent | b5d1c3c8519308d610a37e29eea300ad654cd371 (diff) |
mark some more classes hidden in --enable-mergelibs mode
and speed up the script using python's multiprocessing module
Change-Id: I01e1350937a0531e26603d6357982c91f3bcef0f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90107
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sot')
-rw-r--r-- | include/sot/stg.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sot/stg.hxx b/include/sot/stg.hxx index c6bcb6183c84..12b2bf22cd06 100644 --- a/include/sot/stg.hxx +++ b/include/sot/stg.hxx @@ -25,6 +25,7 @@ #include <tools/globname.hxx> #include <sot/storinfo.hxx> #include <sot/sotdllapi.h> +#include <config_options.h> namespace com { namespace sun { namespace star { namespace ucb { class XProgressHandler; } } } } namespace com { namespace sun { namespace star { namespace uno { class Any; } } } } @@ -146,7 +147,7 @@ public: class UCBStorageStream; -class SOT_DLLPUBLIC Storage final : public BaseStorage, public OLEStorageBase +class UNLESS_MERGELIBS(SOT_DLLPUBLIC) Storage final : public BaseStorage, public OLEStorageBase { OUString aName; bool bIsRoot; |