summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appbas.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 18:48:58 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 18:48:58 +0000
commitf257f0547fc5e60be2527702953afcec7fd05140 (patch)
tree09ed3049c63f2f2e20b7b76deec2d3c019b31c1e /sfx2/source/appl/appbas.cxx
parented538b916c85694a649d1154706b9e23687b9b50 (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/appbas.cxx')
-rw-r--r--sfx2/source/appl/appbas.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx
index b03b0c4414..af3b0327e5 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*/)
{