Fix typos

Change-Id: Ie15016f4cbed703f15d7d47c25b7bfc2b41dbadb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134106
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
This commit is contained in:
Andrea Gelmini 2022-05-10 10:17:41 +02:00 committed by Bartosz Kosiorek
parent 04669a3a46
commit c61a88d9d2
3 changed files with 3 additions and 3 deletions

View File

@ -436,7 +436,7 @@ void OCommonEmbeddedObject::handleLinkedOLE( CopyBackToOLELink eState )
else if ( ( eState == CopyBackToOLELink::CopyLinkToTemp ) && bTmpFileChg )
{
// Refresh pressed, but the Temp-file is changed, question to user for overwrite
// it is not importent it has bLnkFileChg, always overwite the temp-file
// it is not important it has bLnkFileChg, always overwrite the temp-file
if ( ShowMsgDialog( STR_OVERWRITE_TEMP, m_aLinkURL ) == RET_CANCEL )
eState = CopyBackToOLELink::NoCopy;
}

View File

@ -102,7 +102,7 @@ public:
const css::uno::Reference< css::io::XInputStream >& xInGrStream,
const OUString& rMediaType );
// bUpdateOle = false udate the Link-Objects
// bUpdateOle = false update the Link-Objects
// = true update the OLE-Objects
void UpdateReplacement( bool bUpdateOle = false );
void UpdateReplacementOnDemand();

View File

@ -40,6 +40,6 @@ public:
bool hasFileChanged(bool bUpdate = true);
FileChangedChecker(const OUString& rFilename,
const ::std::function<void ()>& rCallback);
// with out Timer function
// without Timer function
FileChangedChecker(const OUString& rFilename);
};