[Libreoffice-commits] core.git: scp2/inc scp2/source

Alexander Wilms f.alexander.wilms at gmail.com
Wed Feb 26 06:39:43 PST 2014


 scp2/inc/macros.inc                  |    6 +++---
 scp2/source/ooo/module_pdfimport.scp |    2 +-
 scp2/source/ooo/registryitem_ooo.scp |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 2434ea5930af9575e84353697d8a654b592098d7
Author: Alexander Wilms <f.alexander.wilms at gmail.com>
Date:   Tue Feb 25 20:04:54 2014 +0100

    Remove visual noise from scp2
    
    Change-Id: Id333de870389e8b4a074aa07fb2d0af336c5062a
    Reviewed-on: https://gerrit.libreoffice.org/8304
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc
index 6680cb5..8375644 100755
--- a/scp2/inc/macros.inc
+++ b/scp2/inc/macros.inc
@@ -274,7 +274,7 @@ End
         Name = name; \
     End
 
-// ---------------------------------------
+
 #define CONDITIONAL_MODULE_ENTRY(name,modid) \
     Module gid_Module_Root_Reg_##name \
 	ParentID = modid; \
@@ -443,7 +443,7 @@ End
     REGISTRY_ENTRY_TEMPLATE_CAPABILITIES(name,modid,key,doc_type) \
     REGISTRY_ENTRY_KINDMAP(name, modid, key) \
 
-// ---------------------------------------
+
 
 #ifdef _MSC_VER
 
@@ -468,7 +468,7 @@ End
 #define REGISTER_PROPERTY_HANDLER_FOR_EXTENSION(extension) // empty
 #endif
 
-// ---------------------------------------
+
 
 #if defined WNT
 #define SCP2_URE_DL_DIR gid_Dir_Ure_Bin
diff --git a/scp2/source/ooo/module_pdfimport.scp b/scp2/source/ooo/module_pdfimport.scp
index ee504fc..306ccc3 100644
--- a/scp2/source/ooo/module_pdfimport.scp
+++ b/scp2/source/ooo/module_pdfimport.scp
@@ -12,7 +12,7 @@
 // --with-system-poppler builds it can be advantageous though to package this
 // module as an individual, optional part, so that the core installation does
 // not feature a dependency on a poppler package.
-//
+
 // The
 // /org.openoffice.TypeDetection.Types/Types/pdf_Portable_Document_Format
 // configuration node contained in pdfimport.xcd needs to override a
diff --git a/scp2/source/ooo/registryitem_ooo.scp b/scp2/source/ooo/registryitem_ooo.scp
index 653b0a5..f5110ac 100644
--- a/scp2/source/ooo/registryitem_ooo.scp
+++ b/scp2/source/ooo/registryitem_ooo.scp
@@ -601,7 +601,7 @@ End
 // ----- Vista Default Programs ----------------------------------------
 // Find more information here:
 // URL:
-// ---------------------------------------------------------------------
+
 RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_ApplicationDescription
 	ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
 	Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities";


More information about the Libreoffice-commits mailing list