From c61a88d9d23366274d4d2283a961a578911e5ddc Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 10 May 2022 10:17:41 +0200 Subject: [PATCH] Fix typos Change-Id: Ie15016f4cbed703f15d7d47c25b7bfc2b41dbadb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134106 Tested-by: Jenkins Reviewed-by: Bartosz Kosiorek --- embeddedobj/source/commonembedding/miscobj.cxx | 2 +- include/svtools/embedhlp.hxx | 2 +- include/svtools/filechangedchecker.hxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/embeddedobj/source/commonembedding/miscobj.cxx b/embeddedobj/source/commonembedding/miscobj.cxx index f41d35957b5d..d8d9a74700c1 100644 --- a/embeddedobj/source/commonembedding/miscobj.cxx +++ b/embeddedobj/source/commonembedding/miscobj.cxx @@ -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; } diff --git a/include/svtools/embedhlp.hxx b/include/svtools/embedhlp.hxx index 4930e5b7630b..e87ebfbf9b6e 100644 --- a/include/svtools/embedhlp.hxx +++ b/include/svtools/embedhlp.hxx @@ -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(); diff --git a/include/svtools/filechangedchecker.hxx b/include/svtools/filechangedchecker.hxx index 9800654678fa..d50fea631a92 100644 --- a/include/svtools/filechangedchecker.hxx +++ b/include/svtools/filechangedchecker.hxx @@ -40,6 +40,6 @@ public: bool hasFileChanged(bool bUpdate = true); FileChangedChecker(const OUString& rFilename, const ::std::function& rCallback); - // with out Timer function + // without Timer function FileChangedChecker(const OUString& rFilename); };