Author: mseidel
Date: Fri Dec 28 00:30:07 2018
New Revision: 1849824

URL: http://svn.apache.org/viewvc?rev=1849824&view=rev
Log:
Fixed typos (bahaviour -> behaviour)

Modified:
    openoffice/trunk/main/oox/source/drawingml/chart/typegroupconverter.cxx
    openoffice/trunk/main/sfx2/source/doc/sfxmodelfactory.cxx
    openoffice/trunk/main/sw/source/core/layout/tabfrm.cxx
    openoffice/trunk/main/vcl/inc/vcl/field.hxx

Modified: 
openoffice/trunk/main/oox/source/drawingml/chart/typegroupconverter.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/oox/source/drawingml/chart/typegroupconverter.cxx?rev=1849824&r1=1849823&r2=1849824&view=diff
==============================================================================
--- openoffice/trunk/main/oox/source/drawingml/chart/typegroupconverter.cxx 
(original)
+++ openoffice/trunk/main/oox/source/drawingml/chart/typegroupconverter.cxx Fri 
Dec 28 00:30:07 2018
@@ -277,7 +277,7 @@ Reference< XCoordinateSystem > TypeGroup
 Reference< XLabeledDataSequence > TypeGroupConverter::createCategorySequence()
 {
     Reference< XLabeledDataSequence > xLabeledSeq;
-    /*  Find first existing category sequence. The bahaviour of Excel 2007 is
+    /*  Find first existing category sequence. The behaviour of Excel 2007 is
         different to Excel 2003, which always used the category sequence of the
         first series, even if it was empty. */
     for( TypeGroupModel::SeriesVector::iterator aIt = 
mrModel.maSeries.begin(), aEnd = mrModel.maSeries.end(); !xLabeledSeq.is() && 
(aIt != aEnd); ++aIt )

Modified: openoffice/trunk/main/sfx2/source/doc/sfxmodelfactory.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sfx2/source/doc/sfxmodelfactory.cxx?rev=1849824&r1=1849823&r2=1849824&view=diff
==============================================================================
--- openoffice/trunk/main/sfx2/source/doc/sfxmodelfactory.cxx (original)
+++ openoffice/trunk/main/sfx2/source/doc/sfxmodelfactory.cxx Fri Dec 28 
00:30:07 2018
@@ -177,7 +177,7 @@ namespace sfx2
 
         Reference< XInterface > xInstance( impl_createInstance( nCreationFlags 
) );
 
-        // to mimic the bahaviour of the default factory's 
createInstanceWithArguments, we initialize
+        // to mimic the behaviour of the default factory's 
createInstanceWithArguments, we initialize
         // the object with the given arguments, stripped by the three special 
ones
         Sequence< Any > aStrippedArguments( _rArguments.getLength() );
         Any* pStrippedArgs = aStrippedArguments.getArray();

Modified: openoffice/trunk/main/sw/source/core/layout/tabfrm.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/core/layout/tabfrm.cxx?rev=1849824&r1=1849823&r2=1849824&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/core/layout/tabfrm.cxx (original)
+++ openoffice/trunk/main/sw/source/core/layout/tabfrm.cxx Fri Dec 28 00:30:07 
2018
@@ -934,7 +934,7 @@ bool SwTabFrm::RemoveFollowFlowLine()
             pLastLine, "There should be a flowline in the follow" )
 
     // We have to reset the flag here, because lcl_MoveRowContent
-    // calls a GrowFrm(), which has a different bahavior if
+    // calls a GrowFrm(), which has a different behaviour if
     // this flag is set.
     SetFollowFlowLine( sal_False );
 

Modified: openoffice/trunk/main/vcl/inc/vcl/field.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/inc/vcl/field.hxx?rev=1849824&r1=1849823&r2=1849824&view=diff
==============================================================================
--- openoffice/trunk/main/vcl/inc/vcl/field.hxx (original)
+++ openoffice/trunk/main/vcl/inc/vcl/field.hxx Fri Dec 28 00:30:07 2018
@@ -398,7 +398,7 @@ public:
 
         If this is set to <TRUE/> (which is the default), then GetDate will 
always return a valid
         date, no matter whether the current text can really be interpreted as 
date. (Note: this
-        is the compatible bahavior).
+        is the compatible behaviour).
 
         If this is set to <FALSE/>, the GetDate will return GetInvalidDate, in 
case the current text
         cannot be interpreted as date.
@@ -482,7 +482,7 @@ public:
 
         If this is set to <TRUE/> (which is the default), then GetTime will 
always return a valid
         time, no matter whether the current text can really be interpreted as 
time. (Note: this
-        is the compatible bahavior).
+        is the compatible behaviour).
 
         If this is set to <FALSE/>, the GetTime will return GetInvalidTime, in 
case the current text
         cannot be interpreted as time.


Reply via email to