diff options
author | Golnaz Irannejad <golnaz.irannejad@gmail.com> | 2013-04-01 19:43:38 -0400 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-04-07 21:28:01 +0000 |
commit | 92c6a38175a3d8bc77250a85d9574134a1166151 (patch) | |
tree | 509ea365d3b242e6df31ad6f1e7b2992b0edc3c7 | |
parent | 87f185d192668d233f6a8606b1c3d77469e17e04 (diff) |
Fixed 4 spelling errors in the comments.
Change-Id: Ic48f52d7ea4f6a4964f627e3051c96c46ffc2f76
Reviewed-on: https://gerrit.libreoffice.org/3164
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
-rw-r--r-- | cli_ure/source/uno_bridge/cli_proxy.h | 2 | ||||
-rw-r--r-- | sw/inc/comcore.hrc | 2 | ||||
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletoncommon.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cli_ure/source/uno_bridge/cli_proxy.h b/cli_ure/source/uno_bridge/cli_proxy.h index 5f63a7581d88..81f3704e9171 100644 --- a/cli_ure/source/uno_bridge/cli_proxy.h +++ b/cli_ure/source/uno_bridge/cli_proxy.h @@ -199,7 +199,7 @@ struct CliProxy: public uno_Interface 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 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. */ gcroot<array<sr::MethodInfo^>^> m_arMethodInfos; diff --git a/sw/inc/comcore.hrc b/sw/inc/comcore.hrc index 2a96f9d596f9..ace1c6e8091a 100644 --- a/sw/inc/comcore.hrc +++ b/sw/inc/comcore.hrc @@ -99,7 +99,7 @@ #define STR_AUTOFMTREDL_SET_NUMBULET 19 #define STR_AUTOFMTREDL_DEL_MORELINES 20 #define STR_AUTOFMTREDL_NON_BREAK_SPACE 21 -// !!!!!!!!!!!!!!!!!!!!!!!!!! alwats set the correct end !!!!!!!!!!!! +// !!!!!!!!!!!!!!!!!!!!!!!!!! always set the correct end !!!!!!!!!!!! #define STR_AUTOFMTREDL_END 22 diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.hxx b/unodevtools/source/skeletonmaker/skeletoncommon.hxx index 24206fe21812..c4f8245926e9 100644 --- a/unodevtools/source/skeletonmaker/skeletoncommon.hxx +++ b/unodevtools/source/skeletonmaker/skeletoncommon.hxx @@ -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 - supported interfaces list becuase it becmoes implmented by the appropriate + supported interfaces list because it becomes implemented by the appropriate helper @param manager a type manager |