summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embeddedobj/source/commonembedding/miscobj.cxx2
-rw-r--r--include/svtools/embedhlp.hxx2
-rw-r--r--include/svtools/filechangedchecker.hxx2
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<void ()>& rCallback);
- // with out Timer function
+ // without Timer function
FileChangedChecker(const OUString& rFilename);
};