summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-09-01 17:53:14 +0200
committerMichael Stahl <mstahl@redhat.com>2015-09-01 18:25:47 +0200
commit6fcaaca6cf6edce3c0af4d4b7976043f89a26ca1 (patch)
tree402410c94b4601d2762a6eea01486fa58d9f14c9 /package
parenta01a0785e61d230cc8e2fb15cc1936f1fd29458a (diff)
comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelper
The OFOPXMLHelper class causes duplicate definition link errors due to its WeakImplHelper base class. It turns out that the OFOPXMLHelper class itself is only used by other exported functions in comphelper itself so just hide the implementation detail. Change-Id: I3ac8c561af703193cc2609e2c799b630a0d43127
Diffstat (limited to 'package')
-rw-r--r--package/source/xstor/xstorage.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/source/xstor/xstorage.hxx b/package/source/xstor/xstorage.hxx
index c1371a367c86..09114739a7e7 100644
--- a/package/source/xstor/xstorage.hxx
+++ b/package/source/xstor/xstorage.hxx
@@ -45,6 +45,7 @@
#include <com/sun/star/logging/XSimpleLogRing.hpp>
#include <cppuhelper/weak.hxx>
+#include <cppuhelper/weakref.hxx>
#include <cppuhelper/interfacecontainer.h>
#include <comphelper/sequenceashashmap.hxx>