diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-03 13:58:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-03 14:48:49 +0000 |
commit | 6c52a8b916e52c9ab33461e931a4e75b3dae04f7 (patch) | |
tree | f1bf31bfeca2012db13cdf2ba62ad8bf09f2afdf /sw/source | |
parent | fa430e6b4e6f5d096bdf59db26e5d7393ca2297b (diff) |
drop SW_DLLPUBLICs for unit-test only exposure
seeing as have a uwriter target for the non-exposed symbols case.
As a motivating side-effect stops crashing on exit on an optimized build with
my x86_64 fedora 20 gcc 4.8.3 build
Change-Id: If0240ee02d4899e488b12d2d8d5f9b6bf7cca37d
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/inc/txmsrt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/txmsrt.hxx b/sw/source/core/inc/txmsrt.hxx index d2d550ac383e..f1e62ad165df 100644 --- a/sw/source/core/inc/txmsrt.hxx +++ b/sw/source/core/inc/txmsrt.hxx @@ -118,7 +118,7 @@ public: /** * Class for sorting directories */ -struct SW_DLLPUBLIC SwTOXSortTabBase +struct SwTOXSortTabBase { SwTOXSources aTOXSources; ::com::sun::star::lang::Locale aLocale; |