summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/ole/unoconversionutilities.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/unoconversionutilities.hxx b/extensions/source/ole/unoconversionutilities.hxx
index 918899613194..1307d33bc4ab 100644
--- a/extensions/source/ole/unoconversionutilities.hxx
+++ b/extensions/source/ole/unoconversionutilities.hxx
@@ -1244,7 +1244,7 @@ size_t UnoConversionUtilities<T>::getOleElementSize( VARTYPE type)
// param rSeq - an Any that has to contain a Sequence
// param dim - the dimension for which the number of elements is being determined,
// must be one.
-// param seqElementCounts - countains the maximum number of elements for each
+// param seqElementCounts - contains the maximum number of elements for each
// dimension. Index 0 contains the number of dimension one.
// After return the Sequence contains the maximum number of
// elements for each dimension.
2014-04-24coverity#707474 Uncaught exceptionCaolán McNamara 2014-04-24hmm, need a rethink on these exceptionsCaolán McNamara 2014-04-24coverity#707475 Uncaught exceptionCaolán McNamara 2014-04-24coverity#707476 Uncaught exceptionCaolán McNamara 2014-04-24coverity#707477 Uncaught exceptionCaolán McNamara 2014-04-24coverity#707478 Uncaught exceptionCaolán McNamara 2014-04-24coverity#707479 Uncaught exceptionCaolán McNamara 2014-04-23coverity#707461 Uncaught exceptionCaolán McNamara 2014-04-19fixincludeguards.sh: scThomas Arnhold 2014-04-15whitespace for include statementsThomas Arnhold 2014-04-14Clean up function declarationsStephan Bergmann 2014-04-14no need for those static stringsThomas Arnhold 2014-04-12cppcheck: multiCondition, remove 2 duplicate "else if" blocksJulien Nabet 2014-04-05fix colonCaolán McNamara 2014-04-05coverity#708570 Uninitialized scalar fieldCaolán McNamara 2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin 2014-04-03vbahelper: sal_Bool->boolNoel Grandin 2014-04-02coverity#1194895 Logically dead codeStephan Bergmann 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-03-19coverity#982489 Unchecked dynamic_castCaolán McNamara 2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin 2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-26Remove visual noise from vbahelperAlexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-02-21ScVbaButton -> VbaButton in vbahelper, the same name is in sc/source/ui/vba.Matúš Kukan 2014-02-13coverity#707460 Uncaught exceptionCaolán McNamara