summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-26 00:47:22 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-26 00:47:22 +0100
commit9c224d8ebe3d533678e55b3372d1a6a6ef1a921a (patch)
tree4cd52e47e48ab9d0a1bd8041c061d2e5bcf483d0 /sot
parent6148536e35e03b758609a53af56e69902123d821 (diff)
fix windows build of sot
Diffstat (limited to 'sot')
-rw-r--r--sot/source/base/exchange.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx
index 04a0f22cf29d..f27df19eceb1 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;