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>
This commit is contained in:
committed by
Caolán McNamara
parent
e6bd9d718d
commit
b0308236d2
@@ -21,17 +21,17 @@
|
||||
#include "com/sun/star/lang/XMultiServiceFactory.hpp"
|
||||
#include "com/sun/star/registry/XRegistryKey.hpp"
|
||||
|
||||
// =============================================================================
|
||||
|
||||
// component exports
|
||||
// =============================================================================
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::uno;
|
||||
|
||||
namespace evtlstner
|
||||
{
|
||||
// =============================================================================
|
||||
|
||||
// component operations
|
||||
// =============================================================================
|
||||
|
||||
|
||||
uno::Reference< XInterface > SAL_CALL create(
|
||||
Reference< XComponentContext > const & xContext )
|
||||
@@ -49,9 +49,9 @@ namespace evtlstner
|
||||
|
||||
namespace ooevtdescgen
|
||||
{
|
||||
// =============================================================================
|
||||
|
||||
// component operations
|
||||
// =============================================================================
|
||||
|
||||
|
||||
uno::Reference< XInterface > SAL_CALL create(
|
||||
Reference< XComponentContext > const & xContext )
|
||||
@@ -69,7 +69,7 @@ namespace ooevtdescgen
|
||||
|
||||
|
||||
|
||||
// =============================================================================
|
||||
|
||||
|
||||
const ::cppu::ImplementationEntry s_component_entries [] =
|
||||
{
|
||||
|
Reference in New Issue
Block a user