diff options
author | Kurt Zenker <kz@openoffice.org> | 2003-11-20 13:50:50 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2003-11-20 13:50:50 +0000 |
commit | 00f9f3e1c9e34f7bb5650d1c7979bb26800c7e11 (patch) | |
tree | 163944d7e0da449bde8fe2a4988dd4dccc6a2f3b /svtools/bmpmaker/bmp.cxx | |
parent | 330862bc5397dcd9e91fb2acdd2bc947bf9c597a (diff) |
#100000# adaptation to vcl changes
Diffstat (limited to 'svtools/bmpmaker/bmp.cxx')
-rw-r--r-- | svtools/bmpmaker/bmp.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svtools/bmpmaker/bmp.cxx b/svtools/bmpmaker/bmp.cxx index 4afe2e20494c..1792de593c35 100644 --- a/svtools/bmpmaker/bmp.cxx +++ b/svtools/bmpmaker/bmp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: bmp.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: vg $ $Date: 2003-04-24 13:01:36 $ + * last change: $Author: kz $ $Date: 2003-11-20 14:50:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -261,6 +261,8 @@ int main( int nArgCount, char* ppArgs[] ) ::std::vector< String > aArgs; BmpApp aBmpApp; + InitVCL( com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >() ); + for( int i = 1; i < nArgCount; i++ ) aArgs.push_back( String( ppArgs[ i ], RTL_TEXTENCODING_ASCII_US ) ); |