summaryrefslogtreecommitdiff
path: root/stoc/test/testregistry.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-01 16:23:13 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-01 16:23:13 +0000
commitbf773cc78f2f4b479ea37ae66fade6f2bbb529e0 (patch)
tree0f808073959f4ed8199983f82bc16a5166692c97 /stoc/test/testregistry.cxx
parent1c829cb3e89e8361d513569ec6a2c2f159ed7550 (diff)
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
Diffstat (limited to 'stoc/test/testregistry.cxx')
-rw-r--r--stoc/test/testregistry.cxx8
1 files changed, 4 insertions, 4 deletions
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());
}