diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 20:05:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 08:37:40 -0600 |
commit | b0308236d26c4b97532abf40ffd443ebb464ed92 (patch) | |
tree | ddd71ffee2d11cfbe5612861978ee347f050b0dc /scripting/source/basprov/basprov.cxx | |
parent | e6bd9d718d9962bbb88428a31173fa607f46d45c (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/basprov/basprov.cxx')
-rw-r--r-- | scripting/source/basprov/basprov.cxx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/scripting/source/basprov/basprov.cxx b/scripting/source/basprov/basprov.cxx index f7f4bd9320a8..d048e6677c9a 100644 --- a/scripting/source/basprov/basprov.cxx +++ b/scripting/source/basprov/basprov.cxx @@ -58,14 +58,14 @@ using namespace ::com::sun::star::script; using namespace ::com::sun::star::document; using namespace ::sf_misc; -//......................................................................... + namespace basprov { -//......................................................................... - // ============================================================================= + + // component operations - // ============================================================================= + static OUString getImplementationName_BasicProviderImpl() { @@ -103,9 +103,9 @@ namespace basprov return *pNames; } - // ============================================================================= + // BasicProviderImpl - // ============================================================================= + BasicProviderImpl::BasicProviderImpl( const Reference< XComponentContext >& xContext ) :m_pAppBasicManager( 0 ) @@ -515,9 +515,9 @@ namespace basprov return browse::BrowseNodeTypes::CONTAINER; } - // ============================================================================= + // component operations - // ============================================================================= + static Reference< XInterface > SAL_CALL create_BasicProviderImpl( Reference< XComponentContext > const & xContext ) @@ -540,14 +540,14 @@ namespace basprov -//......................................................................... + } // namespace basprov -//......................................................................... -// ============================================================================= + + // component exports -// ============================================================================= + extern "C" { |