[Libreoffice-commits] core.git: android/source chart2/source framework/qa sc/source sw/source ucbhelper/source vbahelper/source xmloff/source

Andrea Gelmini andrea.gelmini at gelma.net
Thu Jan 18 16:36:04 UTC 2018


 android/source/src/java/org/mozilla/gecko/gfx/JavaPanZoomController.java |    2 +-
 chart2/source/controller/dialogs/ObjectNameProvider.cxx                  |    2 +-
 framework/qa/complex/path_substitution/PathSubstitutionTest.java         |    2 +-
 sc/source/ui/vba/vbaformatconditions.cxx                                 |    2 +-
 sc/source/ui/view/formatsh.cxx                                           |    2 +-
 sw/source/core/access/acctable.hxx                                       |    2 +-
 sw/source/core/txtnode/txtedt.cxx                                        |    2 +-
 sw/source/filter/ww8/ww8par2.cxx                                         |    2 +-
 sw/source/filter/ww8/ww8scan.cxx                                         |    2 +-
 ucbhelper/source/client/interceptedinteraction.cxx                       |    2 +-
 vbahelper/source/vbahelper/vbahelper.cxx                                 |    2 +-
 xmloff/source/transform/OOo2Oasis.hxx                                    |    2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit cda2d47fd556e0593bf415a69cc8dc18abcd1701
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Thu Jan 18 16:24:52 2018 +0100

    Fix typos
    
    Change-Id: I633e4921042809c628e55825b70c540767eba1d3
    Reviewed-on: https://gerrit.libreoffice.org/48140
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/android/source/src/java/org/mozilla/gecko/gfx/JavaPanZoomController.java b/android/source/src/java/org/mozilla/gecko/gfx/JavaPanZoomController.java
index 60ee318fa625..db2fcc03c5b3 100644
--- a/android/source/src/java/org/mozilla/gecko/gfx/JavaPanZoomController.java
+++ b/android/source/src/java/org/mozilla/gecko/gfx/JavaPanZoomController.java
@@ -742,7 +742,7 @@ class JavaPanZoomController
 
         ZoomConstraints constraints = mTarget.getZoomConstraints();
         if (null == constraints) {
-            Log.e(LOGTAG, "zoomConstraits not available - too impatient?");
+            Log.e(LOGTAG, "ZoomConstraints not available - too impatient?");
             return viewportMetrics;
 
         }
diff --git a/chart2/source/controller/dialogs/ObjectNameProvider.cxx b/chart2/source/controller/dialogs/ObjectNameProvider.cxx
index 806adf92c8e0..5eb4b6bb8f76 100644
--- a/chart2/source/controller/dialogs/ObjectNameProvider.cxx
+++ b/chart2/source/controller/dialogs/ObjectNameProvider.cxx
@@ -219,7 +219,7 @@ OUString ObjectNameProvider::getName( ObjectType eObjectType, bool bPlural )
                 aRet=SchResId(STR_OBJECT_LEGEND);
                 break;
         case OBJECTTYPE_LEGEND_ENTRY:
-                aRet=SchResId(STR_OBJECT_LEGEND_SYMBOL);//@todo change string if we do differenciate symbol and legend entry in future
+                aRet=SchResId(STR_OBJECT_LEGEND_SYMBOL);//@todo change string if we do differentiate symbol and legend entry in future
                 break;
         case OBJECTTYPE_DIAGRAM:
                 aRet=SchResId(STR_OBJECT_DIAGRAM);
diff --git a/framework/qa/complex/path_substitution/PathSubstitutionTest.java b/framework/qa/complex/path_substitution/PathSubstitutionTest.java
index 69c952d9d58d..96d59287c31e 100644
--- a/framework/qa/complex/path_substitution/PathSubstitutionTest.java
+++ b/framework/qa/complex/path_substitution/PathSubstitutionTest.java
@@ -198,7 +198,7 @@ public class PathSubstitutionTest
             return true;
         }
         else
-        {                             // hard: been resubstituted with a differernt variable.
+        {                             // hard: been resubstituted with a different variable.
             for (int i = 0; i < substVars.size(); i++)
             {
                 String var = substVars.getVariable(i);
diff --git a/sc/source/ui/vba/vbaformatconditions.cxx b/sc/source/ui/vba/vbaformatconditions.cxx
index 0e428ba4ff85..fe80278ca7ea 100644
--- a/sc/source/ui/vba/vbaformatconditions.cxx
+++ b/sc/source/ui/vba/vbaformatconditions.cxx
@@ -145,7 +145,7 @@ ScVbaFormatConditions::Add( ::sal_Int32 _nType, const uno::Any& _aOperator, cons
     // the formulas are _xlA1 based ( need to hook into calc work this should
     // address this )
     // [*] reason: getA1Formula method below is just a hook and just
-    // returns whats it gets ( e.g. doesn't convert anything )
+    // returns what it gets ( e.g. doesn't convert anything )
     uno::Reference< excel::XStyle > xStyle( _xStyle );
     uno::Reference< excel::XFormatCondition > xFormatCondition;
     try
diff --git a/sc/source/ui/view/formatsh.cxx b/sc/source/ui/view/formatsh.cxx
index b7e9be249e63..1e84cd3f7942 100644
--- a/sc/source/ui/view/formatsh.cxx
+++ b/sc/source/ui/view/formatsh.cxx
@@ -2197,7 +2197,7 @@ void ScFormatShell::GetAttrState( SfxItemSet& rSet )
 
                 if(SID_FRAME_LINECOLOR == nWhich)
                 {
-                    if(bColDisable) // if different lines have differernt colors
+                    if(bColDisable) // if different lines have different colors
                     {
                         aCol = COL_TRANSPARENT;
                         rSet.Put( SvxColorItem(aCol, SID_FRAME_LINECOLOR ) );
diff --git a/sw/source/core/access/acctable.hxx b/sw/source/core/access/acctable.hxx
index 4ddca1d15a0c..96b653c1b834 100644
--- a/sw/source/core/access/acctable.hxx
+++ b/sw/source/core/access/acctable.hxx
@@ -91,7 +91,7 @@ public:
 
     // XInterface
 
-    // (XInterface methods need to be implemented to disambigouate
+    // (XInterface methods need to be implemented to disambiguate
     // between those inherited through SwAccessibleContext and
     // XAccessibleTable).
 
diff --git a/sw/source/core/txtnode/txtedt.cxx b/sw/source/core/txtnode/txtedt.cxx
index 33d560aee5c7..1ca1123f3724 100644
--- a/sw/source/core/txtnode/txtedt.cxx
+++ b/sw/source/core/txtnode/txtedt.cxx
@@ -890,7 +890,7 @@ bool SwScanner::NextWord()
     }
     else
     {
-        // we have to differenciate between these cases:
+        // we have to differentiate between these cases:
         if ( aBound.startPos <= m_nBegin )
         {
             OSL_ENSURE( aBound.endPos >= m_nBegin, "Unexpected aBound result" );
diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx
index 5dd7b386bb2c..02ec5bd8150a 100644
--- a/sw/source/filter/ww8/ww8par2.cxx
+++ b/sw/source/filter/ww8/ww8par2.cxx
@@ -2534,7 +2534,7 @@ void WW8TabDesc::CreateSwTable()
 
     // Check if the node into which the table should be inserted already
     // contains a Pagedesc. If so that Pagedesc would be moved to the
-    // row after the table, whats wrong. So delete and
+    // row after the table, that would be wrong. So delete and
     // set later to the table format.
     if (SwTextNode *const pNd = m_pTmpPos->nNode.GetNode().GetTextNode())
     {
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 1beb688db259..57a94783e239 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -8162,7 +8162,7 @@ LanguageType WW8DopTypography::GetConvertedLang() const
     //I have assumed peoples republic/taiwan == simplified/traditional
 
     //This isn't a documented issue, so we might have it all wrong,
-    //i.e. i.e. whats with the powers of two ?
+    //i.e. i.e. what's with the powers of two ?
 
     /*
     One example of 3 for reserved1 which was really Japanese, perhaps last bit
diff --git a/ucbhelper/source/client/interceptedinteraction.cxx b/ucbhelper/source/client/interceptedinteraction.cxx
index 9cffc4909714..0f48f4c4f77f 100644
--- a/ucbhelper/source/client/interceptedinteraction.cxx
+++ b/ucbhelper/source/client/interceptedinteraction.cxx
@@ -87,7 +87,7 @@ void InterceptedInteraction::impl_handleDefault(const css::uno::Reference< css::
         {
             // Runtime error! The defined continuation could not be located
             // inside the set of available continuations of the incoming request.
-            // Whats wrong - the interception list or the request?
+            // What's wrong - the interception list or the request?
             OSL_FAIL("InterceptedInteraction::handle()\nCould intercept this interaction request - but can't locate the right continuation!");
         }
         break;
diff --git a/vbahelper/source/vbahelper/vbahelper.cxx b/vbahelper/source/vbahelper/vbahelper.cxx
index 8226768fb888..2471add85ce5 100644
--- a/vbahelper/source/vbahelper/vbahelper.cxx
+++ b/vbahelper/source/vbahelper/vbahelper.cxx
@@ -530,7 +530,7 @@ ContainerUtilities::FieldInList( const uno::Sequence< OUString >& SearchList, co
     for (sal_Int32 i = 0; i < FieldLen; i++)
     {
         // I wonder why comparing lexicographically is done
-        // when it's a match is whats interesting?
+        // when it's a match, is it interesting?
         if ( SearchList[i] == SearchString )
         {
             retvalue = i;
diff --git a/xmloff/source/transform/OOo2Oasis.hxx b/xmloff/source/transform/OOo2Oasis.hxx
index f6fe742f4709..772c8fed2e94 100644
--- a/xmloff/source/transform/OOo2Oasis.hxx
+++ b/xmloff/source/transform/OOo2Oasis.hxx
@@ -53,7 +53,7 @@ public:
 
     // XInterface
 
-    // (XInterface methods need to be implemented to disambigouate
+    // (XInterface methods need to be implemented to disambiguate
     // between those inherited through XMLTransformerBase and
     // the new interfaces).
 


More information about the Libreoffice-commits mailing list