summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-14 10:31:56 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-14 10:31:56 +0000
commitf352fb5e4867f0604294e00ae2b4d81160b05838 (patch)
tree2ab17002d042910b55e02184bb7aab8392915f8d
parent95e303e6452d3fc0eca35d72887620cadbdffe27 (diff)
#i10000# Typo in include statement corrected.
-rw-r--r--sc/source/ui/inc/drwtrans.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sc/source/ui/inc/drwtrans.hxx b/sc/source/ui/inc/drwtrans.hxx
index 23b7f6c7643d..b7a20cb8b113 100644
--- a/sc/source/ui/inc/drwtrans.hxx
+++ b/sc/source/ui/inc/drwtrans.hxx
@@ -7,7 +7,8 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: drwtrans.hxx,v $
- * $Revision: 1.16 $
+ *
+ * $Revision: 1.17 $
*
* This file is part of OpenOffice.org.
*
@@ -32,10 +33,7 @@
#define SC_DRWTRANS_HXX
#include <com/sun/star/uno/Reference.hxx>
-
-#ifndef _COM_SUN_STAR_EMBED_XEMBEDDEDOBJECT_HPP_
-#include <com/sun/star/embed/XEmbeddedObject.hxx>
-#endif
+#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <svtools/transfer.hxx>
#include <sfx2/objsh.hxx>