diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-25 10:10:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-25 10:10:52 +0200 |
commit | 3e7793998687cf0d6ef1b60c3d8fadbaf0318b5d (patch) | |
tree | ba03b95199aca682d330be4059e8907c1ebf894d /include | |
parent | 11cbce37f5817c506f6d13fdd2d578b7a5480fcf (diff) |
fix DLLPUBLIC annotations in OInterfaceContainer2
Change-Id: I9567e40203b8f646dc811bfae10610711702b39c
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/interfacecontainer2.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/interfacecontainer2.hxx b/include/comphelper/interfacecontainer2.hxx index be13ddbbbec8..fa43fea5f9a4 100644 --- a/include/comphelper/interfacecontainer2.hxx +++ b/include/comphelper/interfacecontainer2.hxx @@ -34,7 +34,7 @@ #include <com/sun/star/lang/EventObject.hpp> #include <com/sun/star/lang/DisposedException.hpp> -#include <cppuhelper/cppuhelperdllapi.h> +#include <comphelper/comphelperdllapi.h> /** */ //for docpp namespace comphelper @@ -64,7 +64,7 @@ class OInterfaceContainerHelper2; @see OInterfaceContainerHelper */ -class CPPUHELPER_DLLPUBLIC OInterfaceIteratorHelper2 +class COMPHELPER_DLLPUBLIC OInterfaceIteratorHelper2 { public: /** @@ -122,7 +122,7 @@ private: @see OInterfaceIteratorHelper */ -class CPPUHELPER_DLLPUBLIC OInterfaceContainerHelper2 +class COMPHELPER_DLLPUBLIC OInterfaceContainerHelper2 { public: // these are here to force memory de/allocation to sal lib. |