Kaydet (Commit) 3bd26180 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: nummer -> number

üst 5e378e33
...@@ -1721,7 +1721,7 @@ void SfxViewFrame::Show() ...@@ -1721,7 +1721,7 @@ void SfxViewFrame::Show()
if ( !pImp->bObjLocked ) if ( !pImp->bObjLocked )
LockObjectShell_Impl( true ); 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 ) if ( 0 == pImp->nDocViewNo )
{ {
GetDocNumber_Impl(); GetDocNumber_Impl();
......
...@@ -554,7 +554,7 @@ sal_uInt32 SvPersistStream::ReadObj ...@@ -554,7 +554,7 @@ sal_uInt32 SvPersistStream::ReadObj
rpObj = NULL; // specification: 0 in case of error rpObj = NULL; // specification: 0 in case of error
ReadId( *this, nHdr, nId, nClassId ); ReadId( *this, nHdr, nId, nClassId );
// get version nummer through masking // get version number through masking
if( P_VER < (nHdr & P_VER_MASK) ) if( P_VER < (nHdr & P_VER_MASK) )
{ {
SetError( SVSTREAM_FILEFORMAT_ERROR ); SetError( SVSTREAM_FILEFORMAT_ERROR );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment