summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/dmapper/GraphicImport.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-14 08:46:27 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-14 08:46:27 +0000
commit3a58ba4abf1e9d5de2914d83db7dfdf3c5d814ea (patch)
tree255d0a74e0aaaceed6104f9bd8685b8b60614a47 /writerfilter/source/dmapper/GraphicImport.cxx
parentINTEGRATION: CWS fwk91 (1.6.6); FILE MERGED (diff)
downloadcore-3a58ba4abf1e9d5de2914d83db7dfdf3c5d814ea.tar.gz
core-3a58ba4abf1e9d5de2914d83db7dfdf3c5d814ea.zip
#i10000# Typo in include statement corrected.
Diffstat (limited to 'writerfilter/source/dmapper/GraphicImport.cxx')
-rw-r--r--writerfilter/source/dmapper/GraphicImport.cxx13
1 files changed, 3 insertions, 10 deletions
diff --git a/writerfilter/source/dmapper/GraphicImport.cxx b/writerfilter/source/dmapper/GraphicImport.cxx
index 1633c95ddd1b..477e0e9115aa 100644
--- a/writerfilter/source/dmapper/GraphicImport.cxx
+++ b/writerfilter/source/dmapper/GraphicImport.cxx
@@ -7,7 +7,8 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: GraphicImport.cxx,v $
- * $Revision: 1.12 $
+ *
+ * $Revision: 1.13 $
*
* This file is part of OpenOffice.org.
*
@@ -45,23 +46,15 @@
//#include <com/sun/star/drawing/PointSequenceSequence.hpp>
//#endif
#include <com/sun/star/graphic/XGraphicProvider.hpp>
-#ifndef _COM_SUN_STAR_GRAPHIC_XGRAPHIC_HPP_
-#include <com/sun/star/graphic/XGraphicr.hpp>
-#endif
+#include <com/sun/star/graphic/XGraphic.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/table/BorderLine.hpp>
#include <com/sun/star/text/GraphicCrop.hpp>
#include <com/sun/star/text/XTextContent.hpp>
#include <com/sun/star/text/TextContentAnchorType.hpp>
-#ifndef _COM_SUN_STAR_TEXT_HORIORIENTATION_HDL_
#include <com/sun/star/text/HoriOrientation.hpp>
-#endif
-#ifndef _COM_SUN_STAR_TEXT_RELORIENTATION_HDL_
#include <com/sun/star/text/RelOrientation.hpp>
-#endif
-#ifndef _COM_SUN_STAR_TEXT_VERTORIENTATION_HDL_
#include <com/sun/star/text/VertOrientation.hpp>
-#endif
#include <com/sun/star/text/WrapTextMode.hpp>
#include <com/sun/star/drawing/XShape.hpp>
#include <rtl/ustrbuf.hxx>