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
commita83a7c70d6c3b4cc5d7506f4c6ecd0a741fa140b (patch)
treef62b6c0e80a89ace5a4adb0a22b779d6168ec2d0 /basic
parent0e206c69d8873ce92fdc283155ca0157b7f0355f (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 4480be5ed8bd..5f74c0f6fa34 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>