summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-29 00:42:06 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-29 09:50:54 +0100
commit19e519593c940fbbf953b7d0ff6d7c86707f39e2 (patch)
tree7b66e43d6a5d192450249418c258e0bd5d9f1d91
parentsimplify copy of ScQueryParam (diff)
downloadcore-19e519593c940fbbf953b7d0ff6d7c86707f39e2.tar.gz
core-19e519593c940fbbf953b7d0ff6d7c86707f39e2.zip
Fix typos
Change-Id: I90f72b6a618436d8cd2115be4e57a07bac15befc Reviewed-on: https://gerrit.libreoffice.org/47161 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--filter/source/flash/swfexporter.cxx2
-rw-r--r--include/rtl/alloc.h2
-rw-r--r--qadevOOo/tests/java/ifc/beans/_XMultiPropertyStates.java2
-rw-r--r--xmloff/source/draw/ximpshap.cxx2
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.