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:
committed by
Bartosz Kosiorek
parent
04669a3a46
commit
c61a88d9d2
@@ -436,7 +436,7 @@ void OCommonEmbeddedObject::handleLinkedOLE( CopyBackToOLELink eState )
|
|||||||
else if ( ( eState == CopyBackToOLELink::CopyLinkToTemp ) && bTmpFileChg )
|
else if ( ( eState == CopyBackToOLELink::CopyLinkToTemp ) && bTmpFileChg )
|
||||||
{
|
{
|
||||||
// Refresh pressed, but the Temp-file is changed, question to user for overwrite
|
// 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 )
|
if ( ShowMsgDialog( STR_OVERWRITE_TEMP, m_aLinkURL ) == RET_CANCEL )
|
||||||
eState = CopyBackToOLELink::NoCopy;
|
eState = CopyBackToOLELink::NoCopy;
|
||||||
}
|
}
|
||||||
|
@@ -102,7 +102,7 @@ public:
|
|||||||
const css::uno::Reference< css::io::XInputStream >& xInGrStream,
|
const css::uno::Reference< css::io::XInputStream >& xInGrStream,
|
||||||
const OUString& rMediaType );
|
const OUString& rMediaType );
|
||||||
|
|
||||||
// bUpdateOle = false udate the Link-Objects
|
// bUpdateOle = false update the Link-Objects
|
||||||
// = true update the OLE-Objects
|
// = true update the OLE-Objects
|
||||||
void UpdateReplacement( bool bUpdateOle = false );
|
void UpdateReplacement( bool bUpdateOle = false );
|
||||||
void UpdateReplacementOnDemand();
|
void UpdateReplacementOnDemand();
|
||||||
|
@@ -40,6 +40,6 @@ public:
|
|||||||
bool hasFileChanged(bool bUpdate = true);
|
bool hasFileChanged(bool bUpdate = true);
|
||||||
FileChangedChecker(const OUString& rFilename,
|
FileChangedChecker(const OUString& rFilename,
|
||||||
const ::std::function<void ()>& rCallback);
|
const ::std::function<void ()>& rCallback);
|
||||||
// with out Timer function
|
// without Timer function
|
||||||
FileChangedChecker(const OUString& rFilename);
|
FileChangedChecker(const OUString& rFilename);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user