summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appbas.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 19:42:26 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 19:42:26 +0000
commita9bbd4905563de9354c752f626333aa712fd5596 (patch)
tree2825d9293de6b3e36f1785fc2f7529dc4a895bb4 /sfx2/source/appl/appbas.cxx
parent012b5af50ee44cb97b6433e616509be99573e48e (diff)
INTEGRATION: CWS mav09 (1.30.2); FILE MERGED
2004/09/16 23:45:57 mav 1.30.2.4: RESYNC: (1.32-1.33); FILE MERGED 2004/07/07 17:09:56 mav 1.30.2.3: RESYNC: (1.30-1.32); FILE MERGED 2004/05/04 13:01:23 mba 1.30.2.2: #i27773#: remove so3 2004/04/14 11:18:08 mba 1.30.2.1: #i27773#: use new storage API
Diffstat (limited to 'sfx2/source/appl/appbas.cxx')
-rw-r--r--sfx2/source/appl/appbas.cxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx
index d3ba240710..690b153f84 100644
--- a/sfx2/source/appl/appbas.cxx
+++ b/sfx2/source/appl/appbas.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appbas.cxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: rt $ $Date: 2004-09-08 15:32:18 $
+ * last change: $Author: kz $ $Date: 2004-10-04 20:42:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,9 +111,6 @@
#ifndef _SB_SBSTAR_HXX //autogen
#include <basic/sbstar.hxx>
#endif
-#ifndef _SVSTOR_HXX //autogen
-#include <so3/svstor.hxx>
-#endif
#ifndef _SV_WRKWIN_HXX
#include <vcl/wrkwin.hxx>
#endif
@@ -184,6 +181,7 @@
#define Selection
#include "sfxslots.hxx"
+using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::frame;
using namespace ::com::sun::star::script;
@@ -687,8 +685,7 @@ BasicManager* SfxApplication::GetBasicManager()
pBasicCont->setBasicManager( pBasicManager );
// Dialog container
- SotStorage* pStor = NULL;
- SfxDialogLibraryContainer* pDialogCont = new SfxDialogLibraryContainer( pStor );
+ SfxDialogLibraryContainer* pDialogCont = new SfxDialogLibraryContainer( uno::Reference< embed::XStorage >() );
pDialogCont->acquire(); // Hold via UNO
Reference< XLibraryContainer > xDialogCont = static_cast< XLibraryContainer* >( pDialogCont );
pImp->pDialogLibContainer = pDialogCont;