Kaydet (Commit) 92c6a381 authored tarafından Golnaz Irannejad's avatar Golnaz Irannejad Kaydeden (comit) Fridrich Strba

Fixed 4 spelling errors in the comments.

Change-Id: Ic48f52d7ea4f6a4964f627e3051c96c46ffc2f76
Reviewed-on: https://gerrit.libreoffice.org/3164Reviewed-by: 's avatarAndras Timar <atimar@suse.com>
Tested-by: 's avatarAndras Timar <atimar@suse.com>
Reviewed-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
Tested-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
üst 87f185d1
...@@ -199,7 +199,7 @@ struct CliProxy: public uno_Interface ...@@ -199,7 +199,7 @@ struct CliProxy: public uno_Interface
method within the UNO interface one can use the position to obtain the method within the UNO interface one can use the position to obtain the
MethodInfo of the corresponding cli method. To obtain the index for the MethodInfo of the corresponding cli method. To obtain the index for the
m_arMethodInfos array the function position has to be decreased by 3. m_arMethodInfos array the function position has to be decreased by 3.
This is becaus, the cli interface does not contain the XInterface This is because, the cli interface does not contain the XInterface
methods. methods.
*/ */
gcroot<array<sr::MethodInfo^>^> m_arMethodInfos; gcroot<array<sr::MethodInfo^>^> m_arMethodInfos;
......
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
#define STR_AUTOFMTREDL_SET_NUMBULET 19 #define STR_AUTOFMTREDL_SET_NUMBULET 19
#define STR_AUTOFMTREDL_DEL_MORELINES 20 #define STR_AUTOFMTREDL_DEL_MORELINES 20
#define STR_AUTOFMTREDL_NON_BREAK_SPACE 21 #define STR_AUTOFMTREDL_NON_BREAK_SPACE 21
// !!!!!!!!!!!!!!!!!!!!!!!!!! alwats set the correct end !!!!!!!!!!!! // !!!!!!!!!!!!!!!!!!!!!!!!!! always set the correct end !!!!!!!!!!!!
#define STR_AUTOFMTREDL_END 22 #define STR_AUTOFMTREDL_END 22
......
...@@ -136,7 +136,7 @@ void checkAddInTypes(rtl::Reference< TypeManager > const & manager, ...@@ -136,7 +136,7 @@ void checkAddInTypes(rtl::Reference< TypeManager > const & manager,
/** /**
checks if XComponent have to be supported, if yes it removes it from the checks if XComponent have to be supported, if yes it removes it from the
supported interfaces list becuase it becmoes implmented by the appropriate supported interfaces list because it becomes implemented by the appropriate
helper helper
@param manager a type manager @param manager a type manager
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment