summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 16:59:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 16:59:30 +0000
commit2f382d6c2579a25c68dbd121af7f1f5dc7ec9852 (patch)
tree8c6c555a872e6812cd3f76de570b06683526ad14 /vcl/workben
parentf7a0cc83bb59efd6abd820bd78acc75e8313ea4e (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'vcl/workben')
-rw-r--r--vcl/workben/svdem.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/vcl/workben/svdem.cxx b/vcl/workben/svdem.cxx
index f5d2a60780fa..4e5584dc1cde 100644
--- a/vcl/workben/svdem.cxx
+++ b/vcl/workben/svdem.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdem.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mt $ $Date: 2002-12-05 10:51:57 $
+ * last change: $Author: hr $ $Date: 2003-03-27 17:59:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,7 +61,6 @@
#include <sal/main.h>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include <com/sun/star/lang/XComponent.hpp>
#include <event.hxx>
#include <svapp.hxx>
@@ -117,11 +116,6 @@ SAL_IMPLEMENT_MAIN()
}
#endif
- ::comphelper::setProcessServiceFactory( NULL );
- Reference< XComponent > xC( xMS, UNO_QUERY );
- xMS.clear();
- xC->dispose();
- xC.clear();
return 0;
}