diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 18:45:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 10:56:06 +0200 |
commit | 1a7514315931cf1d11110d149a6bc7d983a73140 (patch) | |
tree | 4d68ab0519f62fa84d6f57be70978f7a1f45b745 | |
parent | d4718543f48733b4167bd9b9e6339915f6fd1f19 (diff) |
Fix typos
Change-Id: I3e6b96f4ea341130e98ee54ed8c124209b05d343
Reviewed-on: https://gerrit.libreoffice.org/77291
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sc/source/ui/view/viewdata.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/view/viewfun2.cxx | 2 | ||||
-rw-r--r-- | scaddins/source/datefunc/datefunc.cxx | 2 | ||||
-rw-r--r-- | scripting/java/com/sun/star/script/framework/container/ParcelContainer.java | 2 | ||||
-rw-r--r-- | sd/inc/sdmod.hxx | 2 | ||||
-rw-r--r-- | sd/inc/sdpage.hxx | 2 | ||||
-rw-r--r-- | sd/source/core/EffectMigration.cxx | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx index aaaebd35b865..4bc2f0947a84 100644 --- a/sc/source/ui/view/viewdata.cxx +++ b/sc/source/ui/view/viewdata.cxx @@ -2363,7 +2363,7 @@ void ScViewData::GetPosFromPixel( long nClickX, long nClickY, ScSplitPos eWhich, } } - // cells to big? + // cells too big? if ( rPosX == nStartPosX && nClickX > 0 ) { if (pView) diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx index 9aa60dc58ec2..2e9a0350ffa9 100644 --- a/sc/source/ui/view/viewfun2.cxx +++ b/sc/source/ui/view/viewfun2.cxx @@ -2203,7 +2203,7 @@ void ScViewFunc::UseScenario( const OUString& rName ) bool ScViewFunc::InsertTable( const OUString& rName, SCTAB nTab, bool bRecord ) { - // Order Tabl/Name is inverted for DocFunc + // Order Table/Name is inverted for DocFunc bool bSuccess = GetViewData().GetDocShell()->GetDocFunc(). InsertTable( nTab, rName, bRecord, false ); if (bSuccess) diff --git a/scaddins/source/datefunc/datefunc.cxx b/scaddins/source/datefunc/datefunc.cxx index 90da165c3c46..32c785643470 100644 --- a/scaddins/source/datefunc/datefunc.cxx +++ b/scaddins/source/datefunc/datefunc.cxx @@ -513,7 +513,7 @@ sal_Int32 GetNullDate( const uno::Reference< beans::XPropertySet >& xOptions ) * where 0 means that this week belonged to the year before. * * If a day in the same or another year is used in this formula this calculates - * an calendar week offset from a given 4. January + * a calendar week offset from a given 4. January * * nWeek2 = ( nDays2 - nJan4 + ( (nJan4-1) % 7 ) ) / 7 + 1; * diff --git a/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java b/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java index 21c1ece4a2b4..6907990f1c68 100644 --- a/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java +++ b/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java @@ -615,7 +615,7 @@ public class ParcelContainer implements XNameAccess { com.sun.star.lang.WrappedTargetException { LogUtils.DEBUG("deleteParcel for containerURL " + containerUrl - + " name = " + name + " Langueg = " + language); + + " name = " + name + " Language = " + language); Parcel p = (Parcel)getByName(name); diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx index 8fedd75ae242..bcc8a56f86a0 100644 --- a/sd/inc/sdmod.hxx +++ b/sd/inc/sdmod.hxx @@ -148,7 +148,7 @@ private: /** Take an outline from a text document and create a new impress document according to the structure of the outline. @param rRequest - This typically is the unmodified request from a execute() + This typically is the unmodified request from an execute() function from where this function is called. */ static bool OutlineToImpress(SfxRequest const & rRequest); diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx index b974b50244d2..0f755def4d72 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -110,7 +110,7 @@ friend class sd::UndoAttrObject; bool mbSoundOn; ///< with / without sound. bool mbExcluded; ///< will (not) be displayed during show. OUString maLayoutName; ///< Name of the layout - OUString maSoundFile; ///< Path to sound file (MSDOS notation). + OUString maSoundFile; ///< Path to sound file (MS-DOS notation). bool mbLoopSound; bool mbStopSound; OUString maCreatedPageName; ///< generated page name by GetPageName. diff --git a/sd/source/core/EffectMigration.cxx b/sd/source/core/EffectMigration.cxx index 2a633f17de8a..7aa7be5fe62b 100644 --- a/sd/source/core/EffectMigration.cxx +++ b/sd/source/core/EffectMigration.cxx @@ -458,7 +458,7 @@ void EffectMigration::SetAnimationEffect( SvxShape* pShape, AnimationEffect eEff { bool bEffectCreated = false; - // check if there is already an text effect for this shape + // check if there is already a text effect for this shape EffectSequence::iterator aIterOnlyText( ImplFindEffect( pMainSequence, xShape, ShapeAnimationSubType::ONLY_TEXT ) ); if( aIterOnlyText != aEnd ) { |