summaryrefslogtreecommitdiff
path: root/framework/test/test.cxx
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2001-02-26 07:45:23 +0000
committerAndreas Schlüns <as@openoffice.org>2001-02-26 07:45:23 +0000
commitca5ed63e3f40581b7efe3c2444922a38fd456fb0 (patch)
treeca617b24dbe99a5a5c0f42f062115f53213141c0 /framework/test/test.cxx
parent3d80e789f513e81eb5961126d0c1ba488a423a5e (diff)
add typecfg.cxx for filtercache debug
Diffstat (limited to 'framework/test/test.cxx')
-rw-r--r--framework/test/test.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/test/test.cxx b/framework/test/test.cxx
index 36cab5c21d0e..8d793cda5bf9 100644
--- a/framework/test/test.cxx
+++ b/framework/test/test.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: test.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: as $ $Date: 2001-02-07 12:28:04 $
+ * last change: $Author: as $ $Date: 2001-02-26 08:45:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -325,7 +325,7 @@ void TestApplication::Main()
// Init global servicemanager and set it.
ServiceManager aManager;
- m_xFactory = aManager.getManager( DECLARE_ASCII("test.rdb") );
+ m_xFactory = aManager.getPrivateUNOServiceManager( DECLARE_ASCII("test.rdb") );
setProcessServiceFactory( m_xFactory );
// Control sucess of operation.