summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 08:08:37 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 08:08:37 +0000
commitc9bb63b231825d2cb4bb97d7d0cb77cbdb3c40c9 (patch)
tree6fd2c31e1a5acbe92fc92fa6a431748f327326fa
parentb3dfa161ed2bf022cadbc12b51352e7ec8afd94d (diff)
INTEGRATION: CWS visibility03 (1.28.14); FILE MERGED
2005/03/24 18:18:01 mhu 1.28.14.2: #i45006# Fixed includes. 2005/03/24 18:01:15 mhu 1.28.14.1: #i45006# Adapted to moved sbx headers.
-rw-r--r--basic/source/basmgr/basmgr.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx
index 0effb6dcbe24..59d529b3319a 100644
--- a/basic/source/basmgr/basmgr.cxx
+++ b/basic/source/basmgr/basmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basmgr.cxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: rt $ $Date: 2005-01-11 12:04:33 $
+ * last change: $Author: obo $ $Date: 2005-04-13 09:08:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,7 +84,7 @@
#include <vcl/msgbox.hxx>
#endif
#ifndef _SBXCLASS_HXX //autogen
-#include <svtools/sbx.hxx>
+#include <sbx.hxx>
#endif
#ifndef _SOT_STORINFO_HXX //autogen
#include <sot/storinfo.hxx>
@@ -115,6 +115,9 @@
#include <com/sun/star/script/XStarBasicModuleInfo.hpp>
#include <com/sun/star/script/XStarBasicDialogInfo.hpp>
#include <com/sun/star/script/XStarBasicLibraryInfo.hpp>
+
+#include <cppuhelper/implbase1.hxx>
+
using namespace com::sun::star::container;
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
@@ -122,7 +125,6 @@ using namespace com::sun::star::script;
using namespace cppu;
using namespace rtl;
-#include <cppuhelper/implbase1.hxx>
typedef WeakImplHelper1< XNameContainer > NameContainerHelper;
typedef WeakImplHelper1< XStarBasicModuleInfo > ModuleInfoHelper;
typedef WeakImplHelper1< XStarBasicDialogInfo > DialogInfoHelper;