diff options
-rw-r--r-- | basic/source/runtime/runtime.cxx | 2 | ||||
-rw-r--r-- | scripting/source/dlgprov/dlgprov.cxx | 2 | ||||
-rw-r--r-- | sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index 99612cbee157..9e4e632ba455 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -2884,7 +2884,7 @@ void SbiRuntime::StepPAD( sal_uInt32 nOp1 ) void SbiRuntime::StepJUMP( sal_uInt32 nOp1 ) { #ifdef DBG_UTIL - // #QUESTION shouln't this be + // #QUESTION shouldn't this be // if( (sal_uInt8*)( nOp1+pImagGetCode() ) >= pImg->GetCodeSize() ) if( nOp1 >= pImg->GetCodeSize() ) StarBASIC::FatalError( ERRCODE_BASIC_INTERNAL_ERROR ); diff --git a/scripting/source/dlgprov/dlgprov.cxx b/scripting/source/dlgprov/dlgprov.cxx index 4de9c48308b4..92bea89e5733 100644 --- a/scripting/source/dlgprov/dlgprov.cxx +++ b/scripting/source/dlgprov/dlgprov.cxx @@ -236,7 +236,7 @@ namespace dlgprov Reference< XControlModel > DialogProviderImpl::createDialogModelForBasic() { if ( !m_BasicInfo.get() ) - // shouln't get here + // shouldn't get here throw RuntimeException("No information to create dialog" ); Reference< resource::XStringResourceManager > xStringResourceManager = getStringResourceFromDialogLibrary( m_BasicInfo->mxDlgLib ); diff --git a/sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample b/sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample index ec4e8423a08a..213cdd9b462b 100644 --- a/sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample +++ b/sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample @@ -196,7 +196,7 @@ <h1>Business Directory</h1> -<h4>A problem has been detected with your submisson</h4> +<h4>A problem has been detected with your submission</h4> <p>In the <b>Business Name</b> box you did not enter a valid name.</p> <p>Please correct the problem below and resubmit.</p> <form action="addbiz.php" method="POST"> |