summaryrefslogtreecommitdiff
path: root/include/cppuhelper/cppuhelperdllapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/cppuhelperdllapi.h')
-rw-r--r--include/cppuhelper/cppuhelperdllapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/cppuhelperdllapi.h b/include/cppuhelper/cppuhelperdllapi.h
index 1eff7bedc313..00effe9b1ae6 100644
--- a/include/cppuhelper/cppuhelperdllapi.h
+++ b/include/cppuhelper/cppuhelperdllapi.h
@@ -23,9 +23,9 @@
#include "sal/types.h"
#if defined(CPPUHELPER_DLLIMPLEMENTATION)
-#define CPPUHELPER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
+#define CPPUHELPER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
#else
-#define CPPUHELPER_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
+#define CPPUHELPER_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
#define CPPUHELPER_DLLPRIVATE SAL_DLLPRIVATE