summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-03-21 11:30:25 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-03-21 11:30:25 +0000
commitcc4b6eec935d3c624238d972267a38f381ea8822 (patch)
treefb9dba637fda83e64d3f013933858a716aba7284 /xmlscript
parentdd32bb71b2a010b9654fe24faa9256540e1724f1 (diff)
*** empty log message ***
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/test/imexp.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/xmlscript/test/imexp.cxx b/xmlscript/test/imexp.cxx
index ffd78a9852dd..599f67d02281 100644
--- a/xmlscript/test/imexp.cxx
+++ b/xmlscript/test/imexp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: imexp.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: dbo $ $Date: 2001-03-19 10:16:58 $
+ * last change: $Author: dbo $ $Date: 2001-03-21 12:30:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -304,10 +304,6 @@ void MyApp::Main()
try
{
::comphelper::setProcessServiceFactory( xMSF );
-#if SUPD < 626
- InitExtVclToolkit();
-#endif
- Application::RegisterUnoServices();
Reference< awt::XToolkit> xToolkit( xMSF->createInstance(
OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.awt.ExtToolkit" ) ) ), UNO_QUERY );