summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-11 17:44:27 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-11 17:44:27 +0000
commite58b4b03bd4c2132b378d47f4c0deb97d8612d54 (patch)
tree0ae8b9ce07938d1f78aaf251c5d205fff9488a18 /basic
parentdefa979b07b58f79323850b7237835b78f98358f (diff)
#i10000# Fix typo.
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/app.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx
index 86a4be277c..2fec79bc46 100644
--- a/basic/source/app/app.cxx
+++ b/basic/source/app/app.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: app.cxx,v $
- * $Revision: 1.78 $
+ * $Revision: 1.79 $
*
* This file is part of OpenOffice.org.
*
@@ -74,9 +74,7 @@
#include <comphelper/regpathhelper.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
-#ifndef _COM_SUN_STAR_LANG_XCOMPONENT_HPP_
-#include <com/sun/star/beans/XComponent.hpp>
-#endif
+#include <com/sun/star/lang/XComponent.hpp>
#include <cppuhelper/bootstrap.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/ucb/XContentProviderManager.hpp>