summaryrefslogtreecommitdiff
path: root/test/inc
diff options
context:
space:
mode:
Diffstat (limited to 'test/inc')
-rw-r--r--test/inc/test/text/xtextcontent.hxx4
-rw-r--r--test/inc/test/text/xtextfield.hxx4
2 files changed, 6 insertions, 2 deletions
diff --git a/test/inc/test/text/xtextcontent.hxx b/test/inc/test/text/xtextcontent.hxx
index 600984981eee..4f13d0b1f425 100644
--- a/test/inc/test/text/xtextcontent.hxx
+++ b/test/inc/test/text/xtextcontent.hxx
@@ -30,11 +30,13 @@
#include <com/sun/star/text/XTextRange.hpp>
#include <com/sun/star/text/XTextContent.hpp>
+#include "test/testdllapi.hxx"
+
using namespace com::sun::star;
namespace apitest {
-class XTextContent
+class OOO_DLLPUBLIC_TEST XTextContent
{
public:
virtual ~XTextContent() {}
diff --git a/test/inc/test/text/xtextfield.hxx b/test/inc/test/text/xtextfield.hxx
index 9798ecc0400a..dc9577978ded 100644
--- a/test/inc/test/text/xtextfield.hxx
+++ b/test/inc/test/text/xtextfield.hxx
@@ -28,12 +28,14 @@
#include <com/sun/star/uno/Reference.hxx>
+#include "test/testdllapi.hxx"
+
using namespace com::sun::star;
namespace apitest
{
-class XTextField
+class OOO_DLLPUBLIC_TEST XTextField
{
public:
virtual ~XTextField() {}