[Libreoffice-commits] core.git: 2 commits - chart2/source sw/source

Julien Nabet serval2412 at yahoo.fr
Sun Feb 9 01:06:26 PST 2014


 chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx |    4 ++--
 chart2/source/view/axes/VCartesianAxis.cxx                          |    2 +-
 sw/source/filter/xml/xmltbli.cxx                                    |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 332fffe3b8cd51576c42762e5e9751464777f2ca
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Feb 9 10:05:33 2014 +0100

    Typo: prefere -> prefer
    
    Change-Id: Ifad9097f933b2821c1168fc317889e66d6419545

diff --git a/chart2/source/view/axes/VCartesianAxis.cxx b/chart2/source/view/axes/VCartesianAxis.cxx
index 70269b4..5e8c829 100644
--- a/chart2/source/view/axes/VCartesianAxis.cxx
+++ b/chart2/source/view/axes/VCartesianAxis.cxx
@@ -1173,7 +1173,7 @@ void VCartesianAxis::get2DAxisMainLine( B2DVector& rStart, B2DVector& rEnd, doub
                 ScreenPosAndLogicPos aNotSoGoodPos( aPosList[1] );
 
                 //choose most bottom positions
-                if( !::rtl::math::approxEqual( fDeltaX, 0.0 ) ) // prefere left-right alignments
+                if( !::rtl::math::approxEqual( fDeltaX, 0.0 ) ) // prefer left-right alignments
                 {
                     if( aBestPos.aScreenPos.getX() > aNotSoGoodPos.aScreenPos.getX() )
                         m_aAxisProperties.m_aLabelAlignment = LABEL_ALIGN_RIGHT;
diff --git a/sw/source/filter/xml/xmltbli.cxx b/sw/source/filter/xml/xmltbli.cxx
index 6ebfa5c..4d06449 100644
--- a/sw/source/filter/xml/xmltbli.cxx
+++ b/sw/source/filter/xml/xmltbli.cxx
@@ -2757,7 +2757,7 @@ void SwXMLTableContext::MakeTable()
         {
         case text::HoriOrientation::FULL:
         case text::HoriOrientation::NONE:
-            // For text::HoriOrientation::NONE we would prefere to use the sum
+            // For text::HoriOrientation::NONE we would prefer to use the sum
             // of the relative column widths as reference width.
             // Unfortunately this works only if this sum interpreted as
             // twip value is larger than the space that is available.
commit 95141bfd304ca1c33145c85b383ccb5ddbb98938
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Feb 9 10:02:51 2014 +0100

    Typos
    
    Change-Id: I8316213889280b8f8622fb5196b6a36e81d8e6f1

diff --git a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
index 0559a18..1c8acea 100644
--- a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
+++ b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
@@ -137,8 +137,8 @@ private:
     sal_Bool            m_bLinesAllowed;
 
     //this should only be used, if the DataSeriesPointWrapper is initialized via the XInitialize interface
-    //because a big change in the chartmodel may leed to an dataseriespointer thats not connected to the model anymore
-    //with the indices instead we are can always get the new dataseries
+    //because a big change in the chartmodel may lead to an dataseriespointer that is not connected to the model anymore
+    //with the indices instead we can always get the new dataseries
     ::com::sun::star::uno::Reference<
         ::com::sun::star::chart2::XDataSeries >     m_xDataSeries;
 };


More information about the Libreoffice-commits mailing list