diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:48:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:48:58 +0000 |
commit | 97a50ab4ddd99cd4e67c557748c6b40a59ebb75d (patch) | |
tree | 3fc548a027675fbc41ba46f599318fca1bc4463a /sfx2/source/appl | |
parent | 07a2c8e48941b6f2dc51e78f0a5a37d7829432ce (diff) |
INTEGRATION: CWS odbmacros2 (1.49.116); FILE MERGED
2008/03/04 12:11:35 fs 1.49.116.2: RESYNC: (1.49-1.50); FILE MERGED
2007/12/12 14:41:28 fs 1.49.116.1: GetBasic_Impl is not used
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r-- | sfx2/source/appl/appbas.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx index 9317fb242c73..c2dda83fd7ca 100644 --- a/sfx2/source/appl/appbas.cxx +++ b/sfx2/source/appl/appbas.cxx @@ -4,9 +4,9 @@ * * $RCSfile: appbas.cxx,v $ * - * $Revision: 1.50 $ + * $Revision: 1.51 $ * - * last change: $Author: obo $ $Date: 2008-02-26 15:00:50 $ + * last change: $Author: kz $ $Date: 2008-03-06 19:48:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -232,12 +232,6 @@ const SfxConstant __FAR_DATA aConstants[] = */ //======================================================================== -StarBASIC* SfxApplication::GetBasic_Impl() const -{ - BasicManager* pBasMgr = BasicManagerRepository::getApplicationBasicManager( false ); - return pBasMgr ? pBasMgr->GetLib(0) : NULL; -} - //------------------------------------------------------------------------ String lcl_GetVersionString(ResMgr* /*pAppData_ImplResMgr*/) { |