[Libreoffice-commits] core.git: instsetoo_native/inc_openoffice

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Thu Nov 20 01:34:49 PST 2014


 instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4f18bd405831c31cd49190046f7bafd805a47d7d
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Thu Nov 20 10:31:23 2014 +0100

    fix "Could not merge msm file into database"
    
    no idea why it fails with the typo-fix (or any change in that line for
    that matter)...
    
    Change-Id: I74c74e2080813ab60d4fcd48c62bb7f455046936

diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt
index 4f3830d..d937499 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt
+++ b/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt
@@ -111,7 +111,7 @@ CreateFolder	Component_	N			Component	1	Identifier		Foreign key into the Compone
 CreateFolder	Directory_	N			Directory	1	Identifier		Primary key, could be foreign key into the Directory table.
 CustomAction	Action	N					Identifier		Primary key, name of action, normally appears in sequence table unless private use.
 CustomAction	Source	Y					CustomSource		The table reference of the source of the code.
-CustomAction	Target	Y					Formatted		Execution parameter, depends on the type of custom action
+CustomAction	Target	Y					Formatted		Excecution parameter, depends on the type of custom action
 CustomAction	Type	N	1	32767					The numeric custom action type, consisting of source location, code type, entry, option flags.
 Dialog	Attributes	Y	0	2147483647					A 32-bit word that specifies the attribute flags to be applied to this dialog.
 Dialog	Control_Cancel	Y			Control	2	Identifier		Defines the cancel control. Hitting escape or clicking on the close icon on the dialog is equivalent to pushing this button.


More information about the Libreoffice-commits mailing list