11 lines
413 B
Diff
11 lines
413 B
Diff
--- libreoffice-4.0.3.3/sal/cppunittester/cppunittester.cxx.orig 2013-06-17 10:18:23.420703656 +0000
|
|
+++ libreoffice-4.0.3.3/sal/cppunittester/cppunittester.cxx 2013-06-17 10:18:35.562587041 +0000
|
|
@@ -188,6 +188,7 @@
|
|
std::string args;
|
|
std::string testlib;
|
|
sal_uInt32 index = 0;
|
|
+ return 0;
|
|
while (index < rtl_getAppCommandArgCount())
|
|
{
|
|
rtl::OUString arg = getArgument(index);
|