[Libreoffice-commits] .: test/inc
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Sat May 12 07:38:08 PDT 2012
test/inc/test/beans/xpropertyset.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f941184568634e578ce0421908b9000a20eab54a
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Sat May 12 16:37:50 2012 +0200
Explicitly export nested struct (needed on Mac OS X)
Change-Id: I59b385ce27640845413247d2e117b787f9d8b339
diff --git a/test/inc/test/beans/xpropertyset.hxx b/test/inc/test/beans/xpropertyset.hxx
index c69024c..03839ea 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;
More information about the Libreoffice-commits
mailing list