[Libreoffice-commits] .: sot/source
Fridrich Strba
fridrich at kemper.freedesktop.org
Fri Mar 25 16:47:29 PDT 2011
sot/source/base/exchange.cxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit a8282f0aa268602ca7fc393b910ec45905196aea
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Sat Mar 26 00:47:22 2011 +0100
fix windows build of sot
diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx
index e4114e3..413dfd5 100644
--- a/sot/source/base/exchange.cxx
+++ b/sot/source/base/exchange.cxx
@@ -45,6 +45,10 @@
#include <com/sun/star/datatransfer/DataFlavor.hpp>
#include <comphelper/documentconstants.hxx>
+#ifdef GetObject
+#undef GetObject
+#endif
+
using namespace::com::sun::star::uno;
using namespace::com::sun::star::datatransfer;
More information about the Libreoffice-commits
mailing list