diff options
-rw-r--r-- | filter/source/flash/swfexporter.cxx | 2 | ||||
-rw-r--r-- | include/rtl/alloc.h | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/beans/_XMultiPropertyStates.java | 2 | ||||
-rw-r--r-- | xmloff/source/draw/ximpshap.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/flash/swfexporter.cxx b/filter/source/flash/swfexporter.cxx index 7b796a5c4bed..8b923b750f66 100644 --- a/filter/source/flash/swfexporter.cxx +++ b/filter/source/flash/swfexporter.cxx @@ -180,7 +180,7 @@ bool FlashExporter::exportAll( const Reference< XComponent >& xDoc, Reference< X if ( xStatusIndicator.is() ) xStatusIndicator->setValue( nPage ); - // #i56084# get current xDrawPage when not exporting selection; else alraedy set above + // #i56084# get current xDrawPage when not exporting selection; else already set above if(!mbExportSelection) { xDrawPages->getByIndex(nPage) >>= xDrawPage; diff --git a/include/rtl/alloc.h b/include/rtl/alloc.h index 83babccb9e70..9f8dfc1f992e 100644 --- a/include/rtl/alloc.h +++ b/include/rtl/alloc.h @@ -294,7 +294,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_cache_free ( * This is used to control the pre-init logic * in rtl_alloc_preInit. The reason for this is * to first initialize all caching and other memory - * logic from WSD (the Online demaon) at startup. + * logic from WSD (the Online daemon) at startup. * All these pages will then be forked over when * spawning per-document instances. This is done * by calling rtl_alloc_preInit with rtlAllocPreInitStart. diff --git a/qadevOOo/tests/java/ifc/beans/_XMultiPropertyStates.java b/qadevOOo/tests/java/ifc/beans/_XMultiPropertyStates.java index 49fe7107ffdf..884fb27afb8d 100644 --- a/qadevOOo/tests/java/ifc/beans/_XMultiPropertyStates.java +++ b/qadevOOo/tests/java/ifc/beans/_XMultiPropertyStates.java @@ -188,7 +188,7 @@ public class _XMultiPropertyStates extends MultiMethodTest { log.println("Ignore Runtime Exception: " + e.getMessage()); } log.println("Checking that all properties are now in DEFAULT state" + - " excepting may be those which 'cann't be default'"); + " excepting may be those which 'can't be default'"); try { states = oObj.getPropertyStates(names); diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index 2f4f873a9cf4..9061d9f2583e 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -3701,7 +3701,7 @@ void SdXMLCustomShapeContext::StartElement( const uno::Reference< xml::sax::XAtt void SdXMLCustomShapeContext::EndElement() { - // for backward compatibility, the above SetTransformation() may alraedy have + // for backward compatibility, the above SetTransformation() may already have // applied a call to SetMirroredX/SetMirroredY. This is not yet added to the // beans::PropertyValues in maCustomShapeGeometry. When applying these now, this // would be lost again. |