summaryrefslogtreecommitdiff
path: root/cppuhelper/source/macro_expander.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/macro_expander.hxx')
-rw-r--r--cppuhelper/source/macro_expander.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/macro_expander.hxx b/cppuhelper/source/macro_expander.hxx
index 275fa1c4a57b..dc753de9663a 100644
--- a/cppuhelper/source/macro_expander.hxx
+++ b/cppuhelper/source/macro_expander.hxx
@@ -49,7 +49,7 @@ namespace detail {
* If uriReference is a vnd.sun.star.expand URL reference that contains unknown
* macros.
*/
-::rtl::OUString expandMacros(rtl::OUString const & text);
+OUString expandMacros(OUString const & text);
css::uno::Reference< css::lang::XSingleComponentFactory >
create_bootstrap_macro_expander_factory();