summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-11 17:50:51 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-11 17:50:51 +0000
commit86bb4ede8338a536762891ab1a4550bf3aad048b (patch)
treef796c73bcfbc803e8657a7519b17c62215347c9c /xmloff
parenta83a7c70d6c3b4cc5d7506f4c6ecd0a741fa140b (diff)
#i10000# Fix wrong include.
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/XMLRedlineExport.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLRedlineExport.cxx b/xmloff/source/text/XMLRedlineExport.cxx
index 76ab9b818362..2cb0f24eab2a 100644
--- a/xmloff/source/text/XMLRedlineExport.cxx
+++ b/xmloff/source/text/XMLRedlineExport.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: XMLRedlineExport.cxx,v $
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
* This file is part of OpenOffice.org.
*
@@ -38,9 +38,7 @@
#include <com/sun/star/beans/UnknownPropertyException.hpp>
#include <com/sun/star/container/XEnumerationAccess.hpp>
-#ifndef _COM_SUN_STAR_CONTAINER_XENUMERATION_HPP_
-#include <com/sun/star/beans/XEnumeration.hpp>
-#endif
+#include <com/sun/star/container/XEnumeration.hpp>
#include <com/sun/star/document/XRedlinesSupplier.hpp>
#include <com/sun/star/text/XText.hpp>
#include <com/sun/star/text/XTextContent.hpp>