summaryrefslogtreecommitdiff
path: root/framework/inc/services/urltransformer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/services/urltransformer.hxx')
-rw-r--r--framework/inc/services/urltransformer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/services/urltransformer.hxx b/framework/inc/services/urltransformer.hxx
index 884b96aef630..29d1c79b8b97 100644
--- a/framework/inc/services/urltransformer.hxx
+++ b/framework/inc/services/urltransformer.hxx
@@ -126,7 +126,7 @@ class URLTransformer : public ::cppu::WeakImplHelper2< ::com::sun::star::ut
*//*-*****************************************************************************************************/
virtual sal_Bool SAL_CALL parseSmart( css::util::URL& aURL ,
- const ::rtl::OUString& sSmartProtocol ) throw( css::uno::RuntimeException );
+ const OUString& sSmartProtocol ) throw( css::uno::RuntimeException );
/*-****************************************************************************************************//**
@short -
@@ -154,7 +154,7 @@ class URLTransformer : public ::cppu::WeakImplHelper2< ::com::sun::star::ut
@onerror -
*//*-*****************************************************************************************************/
- virtual ::rtl::OUString SAL_CALL getPresentation( const css::util::URL& aURL ,
+ virtual OUString SAL_CALL getPresentation( const css::util::URL& aURL ,
sal_Bool bWithPassword ) throw( css::uno::RuntimeException );
//-------------------------------------------------------------------------------------------------------------