summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/docfile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/docfile.cxx')
-rw-r--r--sfx2/source/doc/docfile.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index 082aa20d8828..a80454d64e09 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -1737,7 +1737,7 @@ void SfxMedium::Transfer_Impl()
aNameURL = pImp->pTempFile->GetURL();
else if ( !pImp->m_aLogicName.isEmpty() && pImp->m_bSalvageMode )
{
- // makes sence only in case logic name is set
+ // makes sense only in case logic name is set
if ( !::utl::LocalFileHelper::ConvertPhysicalNameToURL( pImp->m_aName, aNameURL ) )
SAL_WARN( "sfx.doc", "The medium name is not convertible!" );
}
@@ -2209,7 +2209,7 @@ void SfxMedium::GetLockingStream_Impl()
if ( !pImp->pTempFile && pImp->m_aName.isEmpty() )
{
- // the medium is still based on the original file, it makes sence to initialize the streams
+ // the medium is still based on the original file, it makes sense to initialize the streams
if ( pImp->m_xLockingStream.is() )
pImp->xStream = pImp->m_xLockingStream;