[Libreoffice-commits] core.git: sd/source svl/source unotools/source
Julien Nabet
serval2412 at yahoo.fr
Tue Dec 10 14:07:32 PST 2013
sd/source/filter/sdpptwrp.cxx | 2 +-
sd/source/ui/view/ViewShellBase.cxx | 2 +-
svl/source/numbers/zforlist.cxx | 2 +-
unotools/source/config/moduleoptions.cxx | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit eebc75ea6395848e618f4176f70900d7ebd017a8
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Tue Dec 10 23:06:39 2013 +0100
Typos (mainly "propably")
Change-Id: Ifeecd82f98f9be9f90d293a7b68691f91d7bbc34
diff --git a/sd/source/filter/sdpptwrp.cxx b/sd/source/filter/sdpptwrp.cxx
index 784bb0b..12fa4af 100644
--- a/sd/source/filter/sdpptwrp.cxx
+++ b/sd/source/filter/sdpptwrp.cxx
@@ -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 ) )
diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx
index 86a1888..56ee105 100644
--- a/sd/source/ui/view/ViewShellBase.cxx
+++ b/sd/source/ui/view/ViewShellBase.cxx
@@ -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");
diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx
index accc557..4517ef7 100644
--- a/svl/source/numbers/zforlist.cxx
+++ b/svl/source/numbers/zforlist.cxx
@@ -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
{
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx
index 2b82103..41b72b5 100644
--- a/unotools/source/config/moduleoptions.cxx
+++ b/unotools/source/config/moduleoptions.cxx
@@ -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!
More information about the Libreoffice-commits
mailing list