diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 20:04:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 08:39:14 -0600 |
commit | 2434ea5930af9575e84353697d8a654b592098d7 (patch) | |
tree | 8dc2ccf00c213e2e13cbb93751ee4cffcfb24465 /scp2 | |
parent | b0308236d26c4b97532abf40ffd443ebb464ed92 (diff) |
Remove visual noise from scp2
Change-Id: Id333de870389e8b4a074aa07fb2d0af336c5062a
Reviewed-on: https://gerrit.libreoffice.org/8304
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'scp2')
-rwxr-xr-x | scp2/inc/macros.inc | 6 | ||||
-rw-r--r-- | scp2/source/ooo/module_pdfimport.scp | 2 | ||||
-rw-r--r-- | scp2/source/ooo/registryitem_ooo.scp | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index 6680cb500b2c..8375644b1272 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 ee504fcbf537..306ccc35751c 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 653b0a577858..f5110acff3f7 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"; |