summaryrefslogtreecommitdiff
path: root/sw/source/core/ole
diff options
context:
space:
mode:
authorAndreas Martens <ama@openoffice.org>2001-07-05 09:34:53 +0000
committerAndreas Martens <ama@openoffice.org>2001-07-05 09:34:53 +0000
commit667597a75fc376d8491409c2b2a476adcef8b5ba (patch)
tree330009a4c78927759ce159580f092e8936b87cb0 /sw/source/core/ole
parentdc937bfda1df5227552ca5fe7922d93ccfeac046 (diff)
Fix #89181#: New data exchange methods
Diffstat (limited to 'sw/source/core/ole')
-rw-r--r--sw/source/core/ole/ndole.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx
index 07241853d7da..c00db0b6ec7e 100644
--- a/sw/source/core/ole/ndole.cxx
+++ b/sw/source/core/ole/ndole.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ndole.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: ama $ $Date: 2001-04-24 10:04:40 $
+ * last change: $Author: ama $ $Date: 2001-07-05 10:24:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,6 +84,9 @@
#ifndef _UTL_CONFIGITEM_HXX_
#include <unotools/configitem.hxx>
#endif
+#ifndef _OUTDEV_HXX //autogen
+#include <vcl/outdev.hxx>
+#endif
#ifndef _FMTANCHR_HXX
#include <fmtanchr.hxx>