[Libreoffice-commits] core.git: include/vcl include/xmloff install-sh instsetoo_native/inc_ooohelppack instsetoo_native/inc_openoffice

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 12 20:14:05 UTC 2019


 include/vcl/winscheduler.hxx                                            |    2 +-
 include/xmloff/xmltypes.hxx                                             |    8 ++++----
 install-sh                                                              |    2 +-
 instsetoo_native/inc_ooohelppack/windows/msi_templates/_Validat.idt     |    4 ++--
 instsetoo_native/inc_ooohelppack/windows/msi_templates/codes_ooodev.txt |    2 +-
 instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt      |    4 ++--
 6 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit 81aebe1845d2c5511a96b918cba4263bc6f3ef85
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 11 19:55:38 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Aug 12 22:12:57 2019 +0200

    Fix typos
    
    Change-Id: Ia51fa09db3db0c00432fc02ef9fe445444aa463b
    Reviewed-on: https://gerrit.libreoffice.org/77321
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/vcl/font/FeatureParser.hxx b/include/vcl/font/FeatureParser.hxx
old mode 100755
new mode 100644
diff --git a/include/vcl/winscheduler.hxx b/include/vcl/winscheduler.hxx
index 6f77f3a7b082..a984b4544805 100644
--- a/include/vcl/winscheduler.hxx
+++ b/include/vcl/winscheduler.hxx
@@ -21,7 +21,7 @@
 #define INCLUDED_VCL_WINSCHEDULER_HXX
 
 #ifndef _WIN32
-#error This header is just useable on Windows
+#error This header is just usable on Windows
 #else
 
 #include <vcl/dllapi.h>
diff --git a/include/xmloff/xmltypes.hxx b/include/xmloff/xmltypes.hxx
index dc2e6558321e..d3ffd809c90c 100644
--- a/include/xmloff/xmltypes.hxx
+++ b/include/xmloff/xmltypes.hxx
@@ -155,10 +155,10 @@
 #define XML_TYPE_HEX                0x00002025          // 00544F1B
 
 // special basic types
-#define XML_TYPE_RECTANGLE_LEFT     0x00000100          // the Left member of a awt::Rectangle as a measure
-#define XML_TYPE_RECTANGLE_TOP      0x00000101          // the Top member of a awt::Rectangle as a measure
-#define XML_TYPE_RECTANGLE_WIDTH    0x00000102          // the Width member of a awt::Rectangle as a measure
-#define XML_TYPE_RECTANGLE_HEIGHT   0x00000103          // the Height member of a awt::Rectangle as a measure
+#define XML_TYPE_RECTANGLE_LEFT     0x00000100          // the Left member of an awt::Rectangle as a measure
+#define XML_TYPE_RECTANGLE_TOP      0x00000101          // the Top member of an awt::Rectangle as a measure
+#define XML_TYPE_RECTANGLE_WIDTH    0x00000102          // the Width member of an awt::Rectangle as a measure
+#define XML_TYPE_RECTANGLE_HEIGHT   0x00000103          // the Height member of an awt::Rectangle as a measure
 
 #define XML_TYPE_TEXT_CROSSEDOUT_STYLE  (XML_TEXT_TYPES_START +   0)
 #define XML_TYPE_TEXT_CASEMAP       (XML_TEXT_TYPES_START +   1)
diff --git a/install-sh b/install-sh
index a9244eb07865..5b4dee0ef445 100644
--- a/install-sh
+++ b/install-sh
@@ -354,7 +354,7 @@ do
 	      if test -z "$dir_arg" || {
 		   # Check for POSIX incompatibilities with -m.
 		   # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
-		   # other-writeable bit of parent directory when it shouldn't.
+		   # other-writable bit of parent directory when it shouldn't.
 		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
 		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
 		   case $ls_ld_tmpdir in
diff --git a/instsetoo_native/inc_ooohelppack/windows/msi_templates/_Validat.idt b/instsetoo_native/inc_ooohelppack/windows/msi_templates/_Validat.idt
index 499c013e343d..80ab50b265cb 100644
--- a/instsetoo_native/inc_ooohelppack/windows/msi_templates/_Validat.idt
+++ b/instsetoo_native/inc_ooohelppack/windows/msi_templates/_Validat.idt
@@ -129,7 +129,7 @@ Directory	Directory	N					Identifier		Unique identifier for directory entry, pri
 Directory	Directory_Parent	Y			Directory	1	Identifier		Reference to the entry in this table specifying the default parent directory. A record parented to itself or with a Null parent represents a root of the install tree.
 DrLocator	Depth	Y	0	32767					The depth below the path to which the Signature_ is recursively searched. If absent, the depth is assumed to be 0.
 DrLocator	Parent	Y					Identifier		The parent file signature. It is also a foreign key in the Signature table. If null and the Path column does not expand to a full path, then all the fixed drives of the user system are searched using the Path.
-DrLocator	Path	Y					AnyPath		The path on the user system. This is a either a subpath below the value of the Parent or a full path. The path may contain properties enclosed within [ ] that will be expanded.
+DrLocator	Path	Y					AnyPath		The path on the user system. This is an either a subpath below the value of the Parent or a full path. The path may contain properties enclosed within [ ] that will be expanded.
 DrLocator	Signature_	N					Identifier		The Signature_ represents a unique file signature and is also the foreign key in the Signature table.
 DuplicateFile	Component_	N			Component	1	Identifier		Foreign key referencing Component that controls the duplicate file.
 DuplicateFile	DestFolder	Y					Identifier		Name of a property whose value is assumed to resolve to the full pathname to a destination folder.
@@ -337,7 +337,7 @@ PublishComponent	AppData	Y					Text		This is localisable Application specific da
 PublishComponent	Component_	N			Component	1	Identifier		Foreign key into the Component table.
 PublishComponent	ComponentId	N					Guid		A string GUID that represents the component id that will be requested by the alien product.
 PublishComponent	Feature_	N			Feature	1	Identifier		Foreign key into the Feature table.
-PublishComponent	Qualifier	N					Text		This is defined only when the ComponentId column is an Qualified Component Id. This is the Qualifier for ProvideComponentIndirect.
+PublishComponent	Qualifier	N					Text		This is defined only when the ComponentId column is a Qualified Component Id. This is the Qualifier for ProvideComponentIndirect.
 RadioButton	Height	N	0	32767					The height of the button.
 RadioButton	Help	Y					Text		The help strings used with the button. The text is optional.
 RadioButton	Order	N	1	32767					A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.
diff --git a/instsetoo_native/inc_ooohelppack/windows/msi_templates/codes_ooodev.txt b/instsetoo_native/inc_ooohelppack/windows/msi_templates/codes_ooodev.txt
index 3f5b6e9c2d38..db0505820fe3 100644
--- a/instsetoo_native/inc_ooohelppack/windows/msi_templates/codes_ooodev.txt
+++ b/instsetoo_native/inc_ooohelppack/windows/msi_templates/codes_ooodev.txt
@@ -167,4 +167,4 @@ zh-CN = "{85F565F6-4853-4AFD-8CF3-7A57201489C7}"
 zh-TW = "{115A4904-16B0-487F-846E-A27588FC28A2}"
 zu = "{D83DA940-56D9-4D11-AA20-8E70FD1C549A}"
 multiwestern = "{11F95BB5-D403-49A6-B704-C48C26783253}"
-multiiasia = "{6874DCF5-E0AC-464A-8002-BD48A76ADDF9}"
+multiasia = "{6874DCF5-E0AC-464A-8002-BD48A76ADDF9}"
diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt
index cfb8c4c7a219..f3b5648311a7 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt
+++ b/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt
@@ -129,7 +129,7 @@ Directory	Directory	N					Identifier		Unique identifier for directory entry, pri
 Directory	Directory_Parent	Y			Directory	1	Identifier		Reference to the entry in this table specifying the default parent directory. A record parented to itself or with a Null parent represents a root of the install tree.
 DrLocator	Depth	Y	0	32767					The depth below the path to which the Signature_ is recursively searched. If absent, the depth is assumed to be 0.
 DrLocator	Parent	Y					Identifier		The parent file signature. It is also a foreign key in the Signature table. If null and the Path column does not expand to a full path, then all the fixed drives of the user system are searched using the Path.
-DrLocator	Path	Y					AnyPath		The path on the user system. This is a either a subpath below the value of the Parent or a full path. The path may contain properties enclosed within [ ] that will be expanded.
+DrLocator	Path	Y					AnyPath		The path on the user system. This is an either a subpath below the value of the Parent or a full path. The path may contain properties enclosed within [ ] that will be expanded.
 DrLocator	Signature_	N					Identifier		The Signature_ represents a unique file signature and is also the foreign key in the Signature table.
 DuplicateFile	Component_	N			Component	1	Identifier		Foreign key referencing Component that controls the duplicate file.
 DuplicateFile	DestFolder	Y					Identifier		Name of a property whose value is assumed to resolve to the full pathname to a destination folder.
@@ -341,7 +341,7 @@ PublishComponent	AppData	Y					Text		This is localisable Application specific da
 PublishComponent	Component_	N			Component	1	Identifier		Foreign key into the Component table.
 PublishComponent	ComponentId	N					Guid		A string GUID that represents the component id that will be requested by the alien product.
 PublishComponent	Feature_	N			Feature	1	Identifier		Foreign key into the Feature table.
-PublishComponent	Qualifier	N					Text		This is defined only when the ComponentId column is an Qualified Component Id. This is the Qualifier for ProvideComponentIndirect.
+PublishComponent	Qualifier	N					Text		This is defined only when the ComponentId column is a Qualified Component Id. This is the Qualifier for ProvideComponentIndirect.
 RadioButton	Height	N	0	32767					The height of the button.
 RadioButton	Help	Y					Text		The help strings used with the button. The text is optional.
 RadioButton	Order	N	1	32767					A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.


More information about the Libreoffice-commits mailing list