diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-10-28 15:27:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-10-28 15:27:25 +0000 |
commit | 5a91e80101c8fec6b99140068afccba1f43265bc (patch) | |
tree | 41e52a0f339567f5646a830d66185fa214153a5a /sal/test | |
parent | ae26fccf42c1b1c5e167291f8d12134da17c46c1 (diff) |
INTEGRATION: CWS valgrind02 (1.8.234); FILE MERGED
2004/10/18 17:30:52 mhu 1.8.234.1: #i35209# Added call to 'osl_setCommandArgs()'.
Diffstat (limited to 'sal/test')
-rw-r--r-- | sal/test/testbootstrap.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/test/testbootstrap.cxx b/sal/test/testbootstrap.cxx index 6f0d07addbd2..c9c3b924b300 100644 --- a/sal/test/testbootstrap.cxx +++ b/sal/test/testbootstrap.cxx @@ -12,6 +12,8 @@ using namespace ::rtl; int main( int argc, char *argv[] ) { + osl_setCommandArgs (argc, argv); + sal_Int32 nCount = rtl_getAppCommandArgCount(); #if OSL_DEBUG_LEVEL > 1 |