summaryrefslogtreecommitdiff
path: root/scripting/source/provider/BrowseNodeFactoryImpl.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:05:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 08:37:40 -0600
commitb0308236d26c4b97532abf40ffd443ebb464ed92 (patch)
treeddd71ffee2d11cfbe5612861978ee347f050b0dc /scripting/source/provider/BrowseNodeFactoryImpl.cxx
parente6bd9d718d9962bbb88428a31173fa607f46d45c (diff)
Remove visual noise from scripting
Change-Id: Id9f177a20d911ce1e041407aa556c9cf13f0efc8 Reviewed-on: https://gerrit.libreoffice.org/8305 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'scripting/source/provider/BrowseNodeFactoryImpl.cxx')
-rw-r--r--scripting/source/provider/BrowseNodeFactoryImpl.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/scripting/source/provider/BrowseNodeFactoryImpl.cxx b/scripting/source/provider/BrowseNodeFactoryImpl.cxx
index 7aa42630ce4f..5c6f623a4cde 100644
--- a/scripting/source/provider/BrowseNodeFactoryImpl.cxx
+++ b/scripting/source/provider/BrowseNodeFactoryImpl.cxx
@@ -663,9 +663,9 @@ BrowseNodeFactoryImpl::~BrowseNodeFactoryImpl()
}
-//############################################################################
+
// Implementation of XBrowseNodeFactory
-//############################################################################
+
/*
* The selector hierarchy is the standard hierarchy for organizers with the
@@ -704,13 +704,13 @@ BrowseNodeFactoryImpl::getOrganizerHierarchy()
Reference< browse::XBrowseNode > xRet = new DefaultRootBrowseNode( m_xComponentContext );
return xRet;
}
-//############################################################################
+
// Helper methods
-//############################################################################
-//############################################################################
+
+
// Namespace global methods for setting up BrowseNodeFactory service
-//############################################################################
+
Sequence< OUString > SAL_CALL
bnf_getSupportedServiceNames( )
@@ -738,9 +738,9 @@ bnf_create( Reference< XComponentContext > const & xComponentContext )
new BrowseNodeFactoryImpl( xComponentContext ) );
}
-//############################################################################
+
// Implementation of XServiceInfo
-//############################################################################
+
OUString SAL_CALL
BrowseNodeFactoryImpl::getImplementationName()