summaryrefslogtreecommitdiff
path: root/framework/source/services/urltransformer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/services/urltransformer.cxx')
-rw-r--r--framework/source/services/urltransformer.cxx14
1 files changed, 6 insertions, 8 deletions
diff --git a/framework/source/services/urltransformer.cxx b/framework/source/services/urltransformer.cxx
index e392e980bd07..25cd3f948159 100644
--- a/framework/source/services/urltransformer.cxx
+++ b/framework/source/services/urltransformer.cxx
@@ -123,9 +123,8 @@ namespace
_rURL.Main = _rParser.GetMainURL( INetURLObject::NO_DECODE );
}
}
-//*****************************************************************************************************************
+
// XURLTransformer
-//*****************************************************************************************************************
sal_Bool SAL_CALL URLTransformer::parseStrict( css::util::URL& aURL ) throw( css::uno::RuntimeException, std::exception )
{
// Safe impossible cases.
@@ -176,9 +175,9 @@ sal_Bool SAL_CALL URLTransformer::parseStrict( css::util::URL& aURL ) throw( css
return sal_False;
}
-//*****************************************************************************************************************
+
// XURLTransformer
-//*****************************************************************************************************************
+
sal_Bool SAL_CALL URLTransformer::parseSmart( css::util::URL& aURL,
const OUString& sSmartProtocol ) throw( css::uno::RuntimeException, std::exception )
{
@@ -232,9 +231,8 @@ sal_Bool SAL_CALL URLTransformer::parseSmart( css::util::URL& aURL,
}
}
-//*****************************************************************************************************************
+
// XURLTransformer
-//*****************************************************************************************************************
sal_Bool SAL_CALL URLTransformer::assemble( css::util::URL& aURL ) throw( css::uno::RuntimeException, std::exception )
{
// Safe impossible cases.
@@ -295,9 +293,9 @@ sal_Bool SAL_CALL URLTransformer::assemble( css::util::URL& aURL ) throw( css::u
return sal_False;
}
-//*****************************************************************************************************************
+
// XURLTransformer
-//*****************************************************************************************************************
+
OUString SAL_CALL URLTransformer::getPresentation( const css::util::URL& aURL,
sal_Bool bWithPassword ) throw( css::uno::RuntimeException, std::exception )
{