[Libreoffice-commits] core.git: cli_ure/source sw/inc unodevtools/source
Golnaz Irannejad
golnaz.irannejad at gmail.com
Sun Apr 7 14:28:19 PDT 2013
cli_ure/source/uno_bridge/cli_proxy.h | 2 +-
sw/inc/comcore.hrc | 2 +-
unodevtools/source/skeletonmaker/skeletoncommon.hxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 92c6a38175a3d8bc77250a85d9574134a1166151
Author: Golnaz Irannejad <golnaz.irannejad at gmail.com>
Date: Mon Apr 1 19:43:38 2013 -0400
Fixed 4 spelling errors in the comments.
Change-Id: Ic48f52d7ea4f6a4964f627e3051c96c46ffc2f76
Reviewed-on: https://gerrit.libreoffice.org/3164
Reviewed-by: Andras Timar <atimar at suse.com>
Tested-by: Andras Timar <atimar at suse.com>
Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
Tested-by: Fridrich Strba <fridrich at documentfoundation.org>
diff --git a/cli_ure/source/uno_bridge/cli_proxy.h b/cli_ure/source/uno_bridge/cli_proxy.h
index 5f63a75..81f3704 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 2a96f9d..ace1c6e 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 24206fe..c4f8245 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
More information about the Libreoffice-commits
mailing list