summaryrefslogtreecommitdiff
path: root/unotest/source/cpp/getargument.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotest/source/cpp/getargument.hxx')
-rw-r--r--unotest/source/cpp/getargument.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotest/source/cpp/getargument.hxx b/unotest/source/cpp/getargument.hxx
index 74fb44824dd1..3686cdef9602 100644
--- a/unotest/source/cpp/getargument.hxx
+++ b/unotest/source/cpp/getargument.hxx
@@ -29,7 +29,7 @@ namespace detail {
// Obtain the value of an argument tunneled in via an "arg-<name>" bootstrap
// variable:
bool getArgument(
- rtl::OUString const & name, rtl::OUString * value);
+ OUString const & name, OUString * value);
}