From 2991d2d65bf8b99d82d1f7d209332d0c303dff21 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 18:19:04 +0100 Subject: Remove visual noise from desktop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib8ca7794ce6f3e96ee3a9b2896b141635665552c Reviewed-on: https://gerrit.libreoffice.org/8252 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- desktop/source/migration/services/basicmigration.cxx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'desktop/source/migration/services/basicmigration.cxx') diff --git a/desktop/source/migration/services/basicmigration.cxx b/desktop/source/migration/services/basicmigration.cxx index 45d03f71d02b..5d7c63f94b37 100644 --- a/desktop/source/migration/services/basicmigration.cxx +++ b/desktop/source/migration/services/basicmigration.cxx @@ -27,18 +27,18 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -//......................................................................... + namespace migration { -//......................................................................... + #define sSourceUserBasic OUString( "/user/basic" ) #define sTargetUserBasic OUString( "/user/__basic_80" ) - // ============================================================================= + // component operations - // ============================================================================= + OUString BasicMigration_getImplementationName() { @@ -54,9 +54,9 @@ namespace migration return aNames; } - // ============================================================================= + // BasicMigration - // ============================================================================= + BasicMigration::BasicMigration() { @@ -222,9 +222,9 @@ namespace migration return Any(); } - // ============================================================================= + // component operations - // ============================================================================= + Reference< XInterface > SAL_CALL BasicMigration_create( Reference< XComponentContext > const & ) @@ -235,8 +235,8 @@ namespace migration -//......................................................................... + } // namespace migration -//......................................................................... + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit