summaryrefslogtreecommitdiff
path: root/svtools/bmpmaker
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-21 10:11:30 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-21 10:11:30 +0000
commit037a149d699c63aea971de68a0a15de5f45a8025 (patch)
tree7d05137b4dafbb951050f9efc04ee14ac13abc9c /svtools/bmpmaker
parente1a9e30efe67f74a2758d761c73339ed47ab35cd (diff)
INTEGRATION: CWS bmpres01 (1.2.306); FILE MERGED
2004/04/15 10:07:15 ka 1.2.306.1: added InitVCL call
Diffstat (limited to 'svtools/bmpmaker')
-rw-r--r--svtools/bmpmaker/bmpsum.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svtools/bmpmaker/bmpsum.cxx b/svtools/bmpmaker/bmpsum.cxx
index ce5295c1cdc6..90d0897d1930 100644
--- a/svtools/bmpmaker/bmpsum.cxx
+++ b/svtools/bmpmaker/bmpsum.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bmpsum.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 14:35:54 $
+ * last change: $Author: rt $ $Date: 2004-05-21 11:11:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -475,6 +475,8 @@ int main( int nArgCount, char* ppArgs[] )
::std::vector< String > aArgs;
BmpSum aBmpSum;
+ 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 ) );