summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/skeletonmaker/skeletoncommon.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.cxx b/unodevtools/source/skeletonmaker/skeletoncommon.cxx
index 8753b85cc391..2d1ead59be6a 100644
--- a/unodevtools/source/skeletonmaker/skeletoncommon.cxx
+++ b/unodevtools/source/skeletonmaker/skeletoncommon.cxx
@@ -516,7 +516,7 @@ void checkAddInTypes(
throw CannotDumpException(
"the return type of the calc add-in function '" + name
+ ":" + i->name
- + "' is invalid. Please check your IDL defintion.");
+ + "' is invalid. Please check your IDL definition.");
}
bHasXPropertySet = false;