summaryrefslogtreecommitdiff
path: root/cppuhelper/source/paths.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/paths.hxx')
-rw-r--r--cppuhelper/source/paths.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/source/paths.hxx b/cppuhelper/source/paths.hxx
index b7fde71d0726..f757d906b171 100644
--- a/cppuhelper/source/paths.hxx
+++ b/cppuhelper/source/paths.hxx
@@ -27,11 +27,11 @@ namespace rtl { class OUString; }
namespace cppu {
-rtl::OUString getUnoIniUri();
+OUString getUnoIniUri();
-bool nextDirectoryItem(osl::Directory & directory, rtl::OUString * url);
+bool nextDirectoryItem(osl::Directory & directory, OUString * url);
-void decodeRdbUri(rtl::OUString * uri, bool * optional, bool * directory);
+void decodeRdbUri(OUString * uri, bool * optional, bool * directory);
}