summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/expand
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 22:38:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 07:31:08 -0600
commit060ab521fa0d5d6b9fcb97eab4718c04e8aec944 (patch)
tree398b92af90dbe2130f45969d2fd86a0922c0e2b9 /ucb/source/ucp/expand
parent482ab0d09620f92eb3618125930dc7c4c8335b5e (diff)
Remove visual noise from ucb
Conflicts: ucb/source/ucp/webdav/webdavdatasupplier.cxx ucb/source/ucp/webdav/webdavresponseparser.cxx Change-Id: I96b69f4867bbaaf42c3d5fd159cbb3e4fe80a4db Reviewed-on: https://gerrit.libreoffice.org/8329 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'ucb/source/ucp/expand')
-rw-r--r--ucb/source/ucp/expand/ucpexpand.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/expand/ucpexpand.cxx b/ucb/source/ucp/expand/ucpexpand.cxx
index ae4b4847fb8a..5bdbcce7e6c5 100644
--- a/ucb/source/ucp/expand/ucpexpand.cxx
+++ b/ucb/source/ucp/expand/ucpexpand.cxx
@@ -50,7 +50,7 @@ struct MutexHolder
typedef ::cppu::WeakComponentImplHelper2<
lang::XServiceInfo, ucb::XContentProvider > t_impl_helper;
-//==============================================================================
+
class ExpandContentProviderImpl : protected MutexHolder, public t_impl_helper
{
uno::Reference< uno::XComponentContext > m_xComponentContext;
@@ -114,7 +114,7 @@ void ExpandContentProviderImpl::disposing()
{
}
-//==============================================================================
+
static uno::Reference< uno::XInterface > SAL_CALL create(
uno::Reference< uno::XComponentContext > const & xComponentContext )
SAL_THROW( (uno::Exception) )
@@ -123,13 +123,13 @@ static uno::Reference< uno::XInterface > SAL_CALL create(
new ExpandContentProviderImpl( xComponentContext ) );
}
-//==============================================================================
+
static OUString SAL_CALL implName()
{
return OUString("com.sun.star.comp.ucb.ExpandContentProvider");
}
-//==============================================================================
+
static uno::Sequence< OUString > SAL_CALL supportedServices()
{
OUString names [] = {