From bf773cc78f2f4b479ea37ae66fade6f2bbb529e0 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 1 Dec 2006 16:23:13 +0000 Subject: INTEGRATION: CWS bunoidmap (1.17.12); FILE MERGED 2006/11/08 15:11:11 kr 1.17.12.1: fixed: i71291 - stoc/test does not build --- stoc/test/testregistry.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'stoc/test/testregistry.cxx') diff --git a/stoc/test/testregistry.cxx b/stoc/test/testregistry.cxx index 5afb39b795c8..4b3c939a705f 100644 --- a/stoc/test/testregistry.cxx +++ b/stoc/test/testregistry.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testregistry.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: obo $ $Date: 2006-09-16 17:41:35 $ + * last change: $Author: rt $ $Date: 2006-12-01 17:23:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -213,7 +213,7 @@ void test_SimpleRegistry( { // try to get provider from module component_getFactoryFunc pCompFactoryFunc = (component_getFactoryFunc) - module.getSymbol( OUString::createFromAscii(COMPONENT_GETFACTORY) ); + module.getFunctionSymbol( OUString::createFromAscii(COMPONENT_GETFACTORY) ); if (pCompFactoryFunc) { @@ -687,7 +687,7 @@ void test_DefaultRegistry( { xReg->close(); } - catch(InvalidRegistryException& e) + catch(InvalidRegistryException& /*e*/) { TEST_ENSHURE(0, OUStringToOString(e.Message,RTL_TEXTENCODING_ASCII_US).getStr()); } -- cgit