summaryrefslogtreecommitdiff
path: root/xmlscript/test
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-03-16 10:48:03 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-03-16 10:48:03 +0000
commit7a2ffa35c35b4dd10f723d9446a0e28749d333db (patch)
tree60f22607908094e55b3cef9098a70948275c1a15 /xmlscript/test
parent38c3466b01521f8b3ec45c02a77b501d52400ae2 (diff)
init vcl omitted by 626
Diffstat (limited to 'xmlscript/test')
-rw-r--r--xmlscript/test/imexp.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/xmlscript/test/imexp.cxx b/xmlscript/test/imexp.cxx
index d2956f0dd895..5b608d1cddc7 100644
--- a/xmlscript/test/imexp.cxx
+++ b/xmlscript/test/imexp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: imexp.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: dbo $ $Date: 2001-03-14 16:41:59 $
+ * last change: $Author: dbo $ $Date: 2001-03-16 11:48:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -293,7 +293,7 @@ MyApp aMyApp;
void MyApp::Main()
{
- if( GetCommandLineParamCount() < 1)
+ if (GetCommandLineParamCount() < 1)
{
OSL_ENSURE( 0, "usage: imexp inputfile [outputfile]\n" );
return;
@@ -304,7 +304,9 @@ void MyApp::Main()
try
{
::comphelper::setProcessServiceFactory( xMSF );
+#if SUPD < 626
InitExtVclToolkit();
+#endif
Application::RegisterUnoServices();
Reference< awt::XToolkit> xToolkit( xMSF->createInstance(