diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-01-06 21:39:52 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 16:59:48 +0200 |
commit | dde9b4d86f75159f0d591f22aa10a7d4571aa441 (patch) | |
tree | 5999af41ee652c85c7b6cc99fbcf43c61f6af771 /include/test/testdllapi.hxx | |
parent | d5c3f1bf261d98f6d1c0eddcddc4226ad073afb2 (diff) |
uitest: some more work for the UI testing
Change-Id: I79193190f8f614b2d6a71032f05a0518eb9d1a1d
Diffstat (limited to 'include/test/testdllapi.hxx')
-rw-r--r-- | include/test/testdllapi.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/test/testdllapi.hxx b/include/test/testdllapi.hxx index 3e33b0b51ec0..b7af82c72e4e 100644 --- a/include/test/testdllapi.hxx +++ b/include/test/testdllapi.hxx @@ -28,6 +28,12 @@ #define OOO_DLLPUBLIC_TEST SAL_DLLPUBLIC_IMPORT #endif +#if defined DLLIMPLEMENTATION_UITEST +#define UITEST_DLLPUBLIC SAL_DLLPUBLIC_EXPORT +#else +#define UITEST_DLLPUBLIC SAL_DLLPUBLIC_IMPORT +#endif + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |