You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2021/03/25 22:43:00 UTC

[openoffice] branch AOO42X updated: Fixed typo (porperty -> property)

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new a04f7f3  Fixed typo (porperty -> property)
a04f7f3 is described below

commit a04f7f3441db0e0425229c10eff223358af494e0
Author: mseidel <ms...@apache.org>
AuthorDate: Thu Mar 25 23:40:55 2021 +0100

    Fixed typo (porperty -> property)
    
    (cherry picked from commit 054b21144b20b3e830104b15c6824cd9376381a9)
---
 main/sfx2/source/appl/shutdownicon.cxx               | 2 +-
 main/xmloff/inc/xmloff/maptype.hxx                   | 2 +-
 main/xmloff/source/chart/MultiPropertySetHandler.hxx | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/sfx2/source/appl/shutdownicon.cxx b/main/sfx2/source/appl/shutdownicon.cxx
index c81707e..3762fa9 100644
--- a/main/sfx2/source/appl/shutdownicon.cxx
+++ b/main/sfx2/source/appl/shutdownicon.cxx
@@ -463,7 +463,7 @@ IMPL_STATIC_LINK( ShutdownIcon, DialogClosedHdl_Impl, FileDialogHelper*, EMPTYAR
 
                     xPickerControls->getValue( ExtendedFilePickerElementIds::CHECKBOX_READONLY, 0 ) >>= bReadOnly;
 
-                    // #95239#: Only set porperty if readonly is set to TRUE
+                    // #95239#: Only set property if readonly is set to TRUE
 
                     if ( bReadOnly )
                     {
diff --git a/main/xmloff/inc/xmloff/maptype.hxx b/main/xmloff/inc/xmloff/maptype.hxx
index 9aa715b..8ad3014 100644
--- a/main/xmloff/inc/xmloff/maptype.hxx
+++ b/main/xmloff/inc/xmloff/maptype.hxx
@@ -44,7 +44,7 @@ struct XMLPropertyMapEntry
 	sal_Int32		mnType;			/** Bit 0..23 : XML-Type of its value
 									    Bit 24..31: The flags specifies
 			                                        additional rules how
-													to im/export the porperty */
+													to im/export the property */
 	sal_Int16		mnContextId;	/// User defined id for context filtering
     SvtSaveOptions::ODFDefaultVersion   mnEarliestODFVersionForExport;// no export when the used ODF version is lower than this
 };
diff --git a/main/xmloff/source/chart/MultiPropertySetHandler.hxx b/main/xmloff/source/chart/MultiPropertySetHandler.hxx
index a5e9bcc..39746a4 100644
--- a/main/xmloff/source/chart/MultiPropertySetHandler.hxx
+++ b/main/xmloff/source/chart/MultiPropertySetHandler.hxx
@@ -30,7 +30,7 @@
 
 
 /**	@descr	MultiPropertySetHandler handles the two slightly different
-		interfaces XPropertySet and XMultiPorpertySet for accessing
+		interfaces XPropertySet and XMultiPropertySet for accessing
 		properties of an object.
 
 		It uses the classes PropertyWrapperBase and the template