summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2002-11-22 12:09:39 +0000
committerPhilipp Lohmann <pl@openoffice.org>2002-11-22 12:09:39 +0000
commit4b719c5b0fc57ad17677f693d376de431e4d33f7 (patch)
tree7db3111fa39bdc6f1ff9be8ae59bc25f290734ce /padmin
parent8544d40aac4251f9a3ade81ae6c18c8a26be4c1e (diff)
#105358# set process service factory again
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/pamain.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/padmin/source/pamain.cxx b/padmin/source/pamain.cxx
index 610081459a31..f88c3d17c022 100644
--- a/padmin/source/pamain.cxx
+++ b/padmin/source/pamain.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pamain.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jbu $ $Date: 2002-10-01 10:41:46 $
+ * last change: $Author: pl $ $Date: 2002-11-22 13:09:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -139,7 +139,8 @@ void MyApp::Main()
//-------------------------------------------------
Reference< XComponentContext > xCtx = defaultBootstrap_InitialComponentContext();
Reference< XMultiServiceFactory > xFactory( xCtx->getServiceManager(), UNO_QUERY );
-
+ if( xFactory.is() )
+ setProcessServiceFactory( xFactory );
/*
* Create UCB.
*/