diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/qa/unoapi/extensions.sce | 2 | ||||
-rw-r--r-- | extensions/source/ole/unoconversionutilities.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/qa/unoapi/extensions.sce b/extensions/qa/unoapi/extensions.sce index 448484f98253..b63a954b7622 100644 --- a/extensions/qa/unoapi/extensions.sce +++ b/extensions/qa/unoapi/extensions.sce @@ -1,5 +1,5 @@ -o pcr.ObjectInspector # this object must be tested twice, because it is the only one in this module # The runner only prints "[0-9]+? of [0-9]+? tests failed" -# if more then one tests is executed. This is needed by cwscheckapi. +# if more than one tests is executed. This is needed by cwscheckapi. -o pcr.ObjectInspector diff --git a/extensions/source/ole/unoconversionutilities.hxx b/extensions/source/ole/unoconversionutilities.hxx index 17ad38d81f4e..6b7afe377f08 100644 --- a/extensions/source/ole/unoconversionutilities.hxx +++ b/extensions/source/ole/unoconversionutilities.hxx @@ -1646,7 +1646,7 @@ void UnoConversionUtilities<T>::variantToAny( const VARIANT* pVariant, Any& rAny // IUnknownWrapper_Impl. Additionally an object of type "aType" is created by help // of the INTERFACE_ADAPTER_FACTORY (see #define) service. The implementation of // "aType" calls on the COM wrapper's XInvocation::invoke. If the COM object supports -// more then one UNO interfaces, as can be determined by the property +// more than one UNO interfaces, as can be determined by the property // SUPPORTED_INTERFACES_PROP, then the INTERFACE_ADAPTER_FACTORY creates an object that // implements all these interfaces. // This is only done if "pUnknown" is not already a UNO wrapper, |