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/inc | |
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/inc')
-rwxr-xr-x | scp2/inc/macros.inc | 6 |
1 files changed, 3 insertions, 3 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 |