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

Fix typos

Change-Id: I02edac50950327ca81acbb25ef1830f8e9130984
Reviewed-on: https://gerrit.libreoffice.org/56943Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
üst 0e2c1ab9
......@@ -84,8 +84,8 @@ SfxObjectShell * lcl_GetParentObjectShell( const uno::Reference< frame::XModel >
return pResult;
}
// this code is copied from sfx2/source/doc/objembed.cxx. It is a workaround to
// get the reference device (e.g. printer) fromthe parent document
// this code is copied from sfx2/source/doc/objembed.cxx. It is a workaround to
// get the reference device (e.g. printer) from the parent document
OutputDevice * lcl_GetParentRefDevice( const uno::Reference< frame::XModel > & xModel )
{
SfxObjectShell * pParent = lcl_GetParentObjectShell( xModel );
......
......@@ -474,7 +474,7 @@ void ScDBFunc::DoSubTotals( const ScSubTotalParam& rParam, bool bRecord,
rDoc.CopyToDocument( 0,0,0, MAXCOL,MAXROW,nTabCount-1,
InsertDeleteFlags::FORMULA, false, *pUndoDoc );
// data base and othe ranges
// database and other ranges
ScRangeName* pDocRange = rDoc.GetRangeName();
if (!pDocRange->empty())
pUndoRange = new ScRangeName( *pDocRange );
......
......@@ -162,7 +162,7 @@ public:
bool bOuterResize);
/** Show or hide the specified pane. The visibility state is taken
fromthe given request.
from the given request.
@param rRequest
The request determines the new visibility state. The state can
either be toggled or be set to a given value.
......
......@@ -2253,7 +2253,7 @@ bool SfxObjectShell::ImportFrom(SfxMedium& rMedium,
// tdf#107690 import custom document property _MarkAsFinal as SecurityOptOpenReadonly
// (before this fix, LibreOffice opened read-only OOXML documents as editable,
// also saved and exported _MarkAsFinal=true silently, resulting unintented read-only
// also saved and exported _MarkAsFinal=true silently, resulting unintended read-only
// warning info bar in MSO)
uno::Reference< document::XDocumentPropertiesSupplier > xPropSupplier(GetModel(), uno::UNO_QUERY_THROW);
uno::Reference<document::XDocumentProperties> xDocProps = xPropSupplier->getDocumentProperties() ;
......
......@@ -465,7 +465,7 @@ void SdrObject::handlePageChange(SdrPage* pOldPage, SdrPage* pNewPage)
// e.g. from Writer - the SdrObject may be cloned to target model, and
// the xShape was added to it by purpose (see there). Thus it will be
// good to think about if this is really needed - it *seems* to be intended
// for a xShape being a on-demand-creatable resource - wit hthe argument that
// for a xShape being a on-demand-creatable resource - with the argument that
// the SdrPage/UnoPage used influences the SvxShape creation. This uses
// resources and would be nice to get rid of anyways.
if(nullptr == pOldPage || nullptr == pNewPage)
......
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