diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-27 15:32:19 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-28 00:24:48 -0400 |
commit | d0af33e87db753d6d171548f75c2e242cde00497 (patch) | |
tree | ee6bde2d2707378d741c77bf992ee6e41fb05204 /test/inc | |
parent | 08f4273d7513e92f3dafa40b888467aaaf3c4b9f (diff) |
Initial skeleton for API test on ScEditFieldObj.
ScEditFieldObj was formerly ScCellFieldObj and ScHeaderFieldObj merged
into one.
Change-Id: I600188d7ee22bb7c7c18735f570460ce50083c6a
Diffstat (limited to 'test/inc')
-rw-r--r-- | test/inc/test/text/xtextcontent.hxx | 4 | ||||
-rw-r--r-- | test/inc/test/text/xtextfield.hxx | 4 |
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() {} |