summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/view/viewfrm.cxx2
-rw-r--r--tools/source/ref/pstm.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index 98df31de871e..eee3e6054110 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -1721,7 +1721,7 @@ void SfxViewFrame::Show()
if ( !pImp->bObjLocked )
LockObjectShell_Impl( true );
- // Adjust Doc-Shell title nummer, get unique view-no
+ // Adjust Doc-Shell title number, get unique view-no
if ( 0 == pImp->nDocViewNo )
{
GetDocNumber_Impl();
diff --git a/tools/source/ref/pstm.cxx b/tools/source/ref/pstm.cxx
index 1c518983c0ef..c83f30622f42 100644
--- a/tools/source/ref/pstm.cxx
+++ b/tools/source/ref/pstm.cxx
@@ -554,7 +554,7 @@ sal_uInt32 SvPersistStream::ReadObj
rpObj = NULL; // specification: 0 in case of error
ReadId( *this, nHdr, nId, nClassId );
- // get version nummer through masking
+ // get version number through masking
if( P_VER < (nHdr & P_VER_MASK) )
{
SetError( SVSTREAM_FILEFORMAT_ERROR );