From d53c8dfe13d031129e019e63e5f85b972dcc8ee3 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Mon, 28 Mar 2011 17:03:18 +0200 Subject: Remove unotest macro --- basic/source/app/mybasic.cxx | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'basic') diff --git a/basic/source/app/mybasic.cxx b/basic/source/app/mybasic.cxx index 12e902e53c79..099d31878b4f 100644 --- a/basic/source/app/mybasic.cxx +++ b/basic/source/app/mybasic.cxx @@ -32,14 +32,6 @@ #include #include -// AB-Uno-Test -//#define unotest -#ifdef unotest -#include -#include -#include -#endif - #include "sbintern.hxx" #include @@ -90,20 +82,6 @@ MyBasic::MyBasic() : StarBASIC() p->SetName( CUniString("Objects") ); Insert( p ); - // AB-Uno-Test -#ifdef unotest - // Get Uno-Service-Manager and Reflection Service - createAndSetDefaultServiceManager(); // done later - - // Get Uno-Test-Object - UsrAny aObjAny = getIntrospectionTestObject(); - - // Box object into SbUnoObject - String aName( "UnoObject" ); - SbxObjectRef xSbUnoObj = GetSbUnoObject( aName, aObjAny ); - Insert( (SbxObject*)xSbUnoObj ); -#endif - pTestObject = NULL; } -- cgit