diff options
Diffstat (limited to 'unodevtools')
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletoncommon.cxx | 4 | ||||
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletoncommon.hxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.cxx b/unodevtools/source/skeletonmaker/skeletoncommon.cxx index be5bb7e859b7..19b0ba9be35e 100644 --- a/unodevtools/source/skeletonmaker/skeletoncommon.cxx +++ b/unodevtools/source/skeletonmaker/skeletoncommon.cxx @@ -481,7 +481,7 @@ sal_uInt16 checkAdditionalPropertyFlags(typereg::Reader const & reader, return flags; } -// This function checks if the specified types for paramters and return +// This function checks if the specified types for parameters and return // types are allowed add-in types, for more info see the com.sun.star.sheet.AddIn // service description bool checkAddinType(TypeManager const & manager, @@ -552,7 +552,7 @@ void checkAddInTypes(TypeManager const & manager, msg.append(sType); msg.append(":"); msg.append(sMethod); - msg.append("' is invalid. Please check your IDL defintion."); + msg.append("' is invalid. Please check your IDL definition."); throw CannotDumpException(msg.makeStringAndClear()); } diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.hxx b/unodevtools/source/skeletonmaker/skeletoncommon.hxx index c58846077efa..340193495986 100644 --- a/unodevtools/source/skeletonmaker/skeletoncommon.hxx +++ b/unodevtools/source/skeletonmaker/skeletoncommon.hxx @@ -139,7 +139,7 @@ void checkAddInTypes(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 becmoes implmented by the appropriate helper @param manager a type manager |