summaryrefslogtreecommitdiff
path: root/cppu/source/uno/loadmodule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/uno/loadmodule.hxx')
-rw-r--r--cppu/source/uno/loadmodule.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/uno/loadmodule.hxx b/cppu/source/uno/loadmodule.hxx
index 9021118477d6..8a964e088174 100644
--- a/cppu/source/uno/loadmodule.hxx
+++ b/cppu/source/uno/loadmodule.hxx
@@ -37,7 +37,7 @@ namespace cppu { namespace detail {
@return false if the module could not be loaded, otherwise true
*/
-bool loadModule(osl::Module & rModule, ::rtl::OUString const & name);
+bool loadModule(osl::Module & rModule, OUString const & name);
#endif