Kaydet (Commit) 19e51959 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I90f72b6a618436d8cd2115be4e57a07bac15befc
Reviewed-on: https://gerrit.libreoffice.org/47161Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst db808563
......@@ -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;
......
......@@ -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.
......
......@@ -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);
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment