summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-08-31 23:20:10 +0200
committerMichael Stahl <mstahl@redhat.com>2015-08-31 23:20:10 +0200
commit75a8f6173e6b5d601c3a7d154406f5ae8331eb41 (patch)
tree76de9472a30e8e64881ebd490bb68fecc975c607
parentd0ebb6e438dc8f7dcb5467ae6f72068cf40dcb7a (diff)
sal: oops, forgot to commit that bit
Change-Id: Iee85958a6589624bc9a61242fca41214bdd1df85
-rw-r--r--sal/cppunittester/cppunittester.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx
index e67c47610511..5b7d412849f3 100644
--- a/sal/cppunittester/cppunittester.cxx
+++ b/sal/cppunittester/cppunittester.cxx
@@ -70,7 +70,7 @@ void usageFailure() {
rtl::OUString getArgument(sal_Int32 index) {
rtl::OUString arg;
- rtl_getAppCommandArg(index, &arg.pData);
+ osl_getCommandArg(index, &arg.pData);
return arg;
}