summaryrefslogtreecommitdiff
path: root/unotest/inc/unotest/toabsolutefileurl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotest/inc/unotest/toabsolutefileurl.hxx')
-rw-r--r--unotest/inc/unotest/toabsolutefileurl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotest/inc/unotest/toabsolutefileurl.hxx b/unotest/inc/unotest/toabsolutefileurl.hxx
index ec3d3c18ec31..4e224d4cab0b 100644
--- a/unotest/inc/unotest/toabsolutefileurl.hxx
+++ b/unotest/inc/unotest/toabsolutefileurl.hxx
@@ -30,8 +30,8 @@ namespace test {
// Convert a pathname in system notation, potentially relative to the process's
// current working directory, to an absolute file URL:
-OOO_DLLPUBLIC_UNOTEST rtl::OUString toAbsoluteFileUrl(
- rtl::OUString const & relativePathname);
+OOO_DLLPUBLIC_UNOTEST OUString toAbsoluteFileUrl(
+ OUString const & relativePathname);
}