summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-05-12 16:37:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-05-12 16:37:50 +0200
commitf941184568634e578ce0421908b9000a20eab54a (patch)
tree9eabd843e53c34991c3f5cc754d71953fe5fba60 /test
parent7f92933fd89beb6ddd2eebc2da11eae5a0cb59a3 (diff)
Explicitly export nested struct (needed on Mac OS X)
Change-Id: I59b385ce27640845413247d2e117b787f9d8b339
Diffstat (limited to 'test')
-rw-r--r--test/inc/test/beans/xpropertyset.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/inc/test/beans/xpropertyset.hxx b/test/inc/test/beans/xpropertyset.hxx
index c69024cf1152..03839ea91073 100644
--- a/test/inc/test/beans/xpropertyset.hxx
+++ b/test/inc/test/beans/xpropertyset.hxx
@@ -64,7 +64,7 @@ private:
static bool getSinglePropertyValue(
const uno::Reference<beans::XPropertySet>& xPropSet, const rtl::OUString& rName);
- struct PropsToTest
+ struct OOO_DLLPUBLIC_TEST PropsToTest
{
std::vector<rtl::OUString> constrained;
std::vector<rtl::OUString> bound;