[Libreoffice-commits] core.git: include/comphelper
Noel Grandin
noel at peralex.com
Mon Jan 25 00:11:48 PST 2016
include/comphelper/interfacecontainer2.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 3e7793998687cf0d6ef1b60c3d8fadbaf0318b5d
Author: Noel Grandin <noel at peralex.com>
Date: Mon Jan 25 10:10:52 2016 +0200
fix DLLPUBLIC annotations in OInterfaceContainer2
Change-Id: I9567e40203b8f646dc811bfae10610711702b39c
diff --git a/include/comphelper/interfacecontainer2.hxx b/include/comphelper/interfacecontainer2.hxx
index be13ddb..fa43fea 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.
More information about the Libreoffice-commits
mailing list