Kaydet (Commit) eebc75ea authored tarafından Julien Nabet's avatar Julien Nabet

Typos (mainly "propably")

Change-Id: Ifeecd82f98f9be9f90d293a7b68691f91d7bbc34
üst cfb58670
......@@ -88,7 +88,7 @@ sal_Bool SdPPTFilter::Import()
if( !pStorage->GetError() )
{
/* check if there is a dualstorage, then the
document is propably a PPT95 containing PPT97 */
document is probably a PPT95 containing PPT97 */
SvStorageRef xDualStorage;
OUString sDualStorage( "PP97_DUALSTORAGE" );
if ( pStorage->IsContained( sDualStorage ) )
......
......@@ -998,7 +998,7 @@ OUString ViewShellBase::GetInitialViewShellType (void)
break;
default:
// The page kind is invalid. This is propably an
// The page kind is invalid. This is probably an
// error by the caller. We use the standard type to
// keep things going.
DBG_ASSERT(sal_False, "ViewShellBase::GetInitialViewShellType: invalid page kind");
......
......@@ -3434,7 +3434,7 @@ inline
{
return false; // break loop
// even if there are more matching entries
// this one is propably the one we are looking for
// this one is probably the one we are looking for
}
else
{
......
......@@ -787,8 +787,8 @@ css::uno::Sequence< OUString > SvtModuleOptions_Impl::impl_ExpandSetNames( const
@descr Every factory has his own long and short name. So we can match right enum value for internal using.
@attention We change in/out parameter "eFactory" in every case! But you should use it only, if return value is sal_True!
Algorithm: Set out-parameter to propably value ... and check the longname.
If it match with these factory - break operation and return true AND right set parameter.
Algorithm: Set out-parameter to probably value ... and check the longname.
If it matches with these factory - break operation and return true AND right set parameter.
Otherwise try next one and so on. If no factory was found return false. Out parameter eFactory
is set to last tried value but shouldn't be used! Because our return value is false!
......
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