summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
Diffstat (limited to 'scp2')
-rwxr-xr-xscp2/inc/macros.inc6
-rw-r--r--scp2/source/ooo/module_pdfimport.scp2
-rw-r--r--scp2/source/ooo/registryitem_ooo.scp2
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";