From 56ef51415f33966893a3b6eedd4277ba61d2ec86 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 4 Feb 2004 11:26:34 +0000 Subject: INTEGRATION: CWS ooo20031216 (1.1.1.1.238); FILE MERGED 2003/12/28 12:08:36 waratah 1.1.1.1.238.1: #i23913# remove TRY CATCH macros --- extensions/workben/testframecontrol.cxx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/extensions/workben/testframecontrol.cxx b/extensions/workben/testframecontrol.cxx index 4404dd0202b1..0ac0af80702d 100644 --- a/extensions/workben/testframecontrol.cxx +++ b/extensions/workben/testframecontrol.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testframecontrol.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:16:56 $ + * last change: $Author: hr $ $Date: 2004-02-04 12:26:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -274,7 +274,7 @@ void FrameControlApplication::init() XServiceRegistryRef xRegMgr(xMgr, USR_QUERY); XImplementationRegistrationRef xIR( xMgr->createInstance(L"stardiv.uno.repos.ImplementationRegistration"), USR_QUERY ); - TRY + try { char szDllName[_MAX_PATH]=""; @@ -282,10 +282,9 @@ void FrameControlApplication::init() UString aFCDllName = StringToOUString(szDllName, CHARSET_SYSTEM); xIR->registerImplementation(L"stardiv.loader.SharedLibrary", aFCDllName, XSimpleRegistryRef() ); } - CATCH( CannotRegisterImplementationException, e ) + catch( CannotRegisterImplementationException& e ) { } - END_CATCH; -- cgit