[Libreoffice-commits] core.git: basic/source dbaccess/source desktop/inc include/svx officecfg/README reportdesign/source sc/qa sc/source sw/source

Andrea Gelmini andrea.gelmini at gelma.net
Tue Mar 28 20:43:26 UTC 2017


 basic/source/sbx/sbxexec.cxx                          |    2 +-
 dbaccess/source/filter/xml/xmlStyleImport.cxx         |    2 +-
 dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx |    2 +-
 desktop/inc/lib/init.hxx                              |    2 +-
 include/svx/svdotext.hxx                              |    4 ++--
 officecfg/README                                      |    2 +-
 reportdesign/source/filter/xml/xmlStyleImport.cxx     |    2 +-
 sc/qa/unit/subsequent_filters-test.cxx                |    2 +-
 sc/source/filter/inc/xlchart.hxx                      |    2 +-
 sc/source/filter/xml/xmlstyli.cxx                     |    2 +-
 sw/source/core/access/acctextframe.hxx                |    2 +-
 11 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit fd3449946492e80811e4a51231cf1061c607d8b7
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Mon Mar 27 23:41:27 2017 +0200

    Fix typos
    
    Change-Id: Ibef75de246fb31884153437fe8c05e299fe5962f
    Reviewed-on: https://gerrit.libreoffice.org/35782
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/basic/source/sbx/sbxexec.cxx b/basic/source/sbx/sbxexec.cxx
index f5e811a2b656..beab3148a373 100644
--- a/basic/source/sbx/sbxexec.cxx
+++ b/basic/source/sbx/sbxexec.cxx
@@ -298,7 +298,7 @@ static SbxVariableRef Element
                 auto refPar = tools::make_ref<SbxArray>();
                 sal_uInt16 nArg = 0;
                 // We are once relaxed and accept as well
-                // the line- or commandend as delimiter
+                // the line- or command end as delimiter
                 // Search parameter always global!
                 while( *p && *p != ')' && *p != ']' )
                 {
diff --git a/dbaccess/source/filter/xml/xmlStyleImport.cxx b/dbaccess/source/filter/xml/xmlStyleImport.cxx
index f1b85212c79e..be5152de4821 100644
--- a/dbaccess/source/filter/xml/xmlStyleImport.cxx
+++ b/dbaccess/source/filter/xml/xmlStyleImport.cxx
@@ -113,7 +113,7 @@ void OTableStyleContext::AddProperty(const sal_Int16 nContextID, const uno::Any&
     sal_Int32 nIndex(static_cast<OTableStylesContext *>(pStyles)->GetIndex(nContextID));
     OSL_ENSURE(nIndex != -1, "Property not found in Map");
     XMLPropertyState aPropState(nIndex, rValue);
-    GetProperties().push_back(aPropState); // has to be insertes in a sort order later
+    GetProperties().push_back(aPropState); // has to be inserted in a sort order later
 }
 
 void OTableStyleContext::SetAttribute( sal_uInt16 nPrefixKey,
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
index 46de39c070f3..27222c9f7fd3 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
@@ -267,7 +267,7 @@ namespace
         if ( 0 == m_pBrowseBox->GetSelectColumnCount() )
         {
             m_pBrowseBox->DeactivateCell();
-            // we are in the right mode if a row hase been selected row
+            // we are in the right mode if a row has been selected row
             if ( nMode & BrowserMode::HIDESELECT )
             {
                 nMode &= ~BrowserMode::HIDESELECT;
diff --git a/desktop/inc/lib/init.hxx b/desktop/inc/lib/init.hxx
index c8162c1fea2f..1e48793e9587 100644
--- a/desktop/inc/lib/init.hxx
+++ b/desktop/inc/lib/init.hxx
@@ -97,7 +97,7 @@ namespace desktop {
 
     /// Helper function to extract the value from parameters delimited by
     /// comma, like: Name1=Value1,Name2=Value2,Name3=Value3.
-    /// @param rOptions When exctacted, the Param=Value is removed from it.
+    /// @param rOptions When exctracted, the Param=Value is removed from it.
     DESKTOP_DLLPUBLIC OUString extractParameter(OUString& aOptions, const OUString& rName);
 }
 
diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx
index a10f56dee0d5..2c2a4ab00f6a 100644
--- a/include/svx/svdotext.hxx
+++ b/include/svx/svdotext.hxx
@@ -328,8 +328,8 @@ public:
     // Currently ASCII and RTF are supported and the differentiation is done
     // internally.
     // rFilterName has no meaning and must be empty
-    // Normally the application only has to call SetTextLink() - der
-    // remainer is automatic (SfxLinkManager).
+    // Normally the application only has to call SetTextLink() - the
+    // remainder is automatic (SfxLinkManager).
     // The LoadText() method can also be used to load a file into a text
     // object (without linking.)
     // TextLinks can't be edited (if needed later could be ReadOnly).
diff --git a/officecfg/README b/officecfg/README
index 320e85d8048f..fd6674b41d42 100644
--- a/officecfg/README
+++ b/officecfg/README
@@ -6,6 +6,6 @@ See also:
 [[configmgr]]
 
 AcceleratorKeyChecker.fodt in the util folder is a tool written in Basic that check menus for
-entries that use the same accellerator key. The tool goes through the menus using the accessibility
+entries that use the same accelerator key. The tool goes through the menus using the accessibility
 api and checkes the accelerator keys. For information on how to use the tool open the fodt file
 in LibreOffice.
diff --git a/reportdesign/source/filter/xml/xmlStyleImport.cxx b/reportdesign/source/filter/xml/xmlStyleImport.cxx
index 3d98f0e74c7a..fe62ee94cbd1 100644
--- a/reportdesign/source/filter/xml/xmlStyleImport.cxx
+++ b/reportdesign/source/filter/xml/xmlStyleImport.cxx
@@ -128,7 +128,7 @@ void OControlStyleContext::AddProperty(const sal_Int16 nContextID, const uno::An
     sal_Int32 nIndex(static_cast<OReportStylesContext *>(pStyles)->GetIndex(nContextID));
     OSL_ENSURE(nIndex != -1, "Property not found in Map");
     XMLPropertyState aPropState(nIndex, rValue);
-    GetProperties().push_back(aPropState); // has to be insertes in a sort order later
+    GetProperties().push_back(aPropState); // has to be inserted in a sort order later
 }
 
 void OControlStyleContext::SetAttribute( sal_uInt16 nPrefixKey,
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index 29a8802bf1e0..56bbcb6d3f36 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -668,7 +668,7 @@ void ScFiltersTest::testCachedFormulaResultsODS()
         //we want to me sure that volatile functions are always recalculated
         //regardless of cached results.  if you update the ods file, you must
         //update the values here.
-        //if NOW() is recalcuated, then it should never equal sTodayCache
+        //if NOW() is recalculated, then it should never equal sTodayCache
         OUString sTodayCache("01/25/13 01:06 PM");
         OUString sTodayRecalc(rDoc.GetString(0,0,1));
 
diff --git a/sc/source/filter/inc/xlchart.hxx b/sc/source/filter/inc/xlchart.hxx
index 8aa8a47010f4..8640b348c856 100644
--- a/sc/source/filter/inc/xlchart.hxx
+++ b/sc/source/filter/inc/xlchart.hxx
@@ -1286,7 +1286,7 @@ public:
 
     /** Returns a named formatting object from the chart document. */
     css::uno::Any GetObject( const OUString& rObjName );
-    /** Insertes a named formatting object into the chart document. */
+    /** Inserts a named formatting object into the chart document. */
     OUString      InsertObject( const css::uno::Any& rObj );
 
 private:
diff --git a/sc/source/filter/xml/xmlstyli.cxx b/sc/source/filter/xml/xmlstyli.cxx
index b6f4d63b171e..49a16ace04a3 100644
--- a/sc/source/filter/xml/xmlstyli.cxx
+++ b/sc/source/filter/xml/xmlstyli.cxx
@@ -581,7 +581,7 @@ void XMLTableStyleContext::AddProperty(const sal_Int16 nContextID, const uno::An
     sal_Int32 nIndex(static_cast<XMLTableStylesContext *>(pStyles)->GetIndex(nContextID));
     OSL_ENSURE(nIndex != -1, "Property not found in Map");
     XMLPropertyState aPropState(nIndex, rValue);
-    GetProperties().push_back(aPropState); // has to be insertes in a sort order later
+    GetProperties().push_back(aPropState); // has to be inserted in a sort order later
 }
 
 XMLPropertyState* XMLTableStyleContext::FindProperty(const sal_Int16 nContextID)
diff --git a/sw/source/core/access/acctextframe.hxx b/sw/source/core/access/acctextframe.hxx
index 3e85d0830297..4337ebe9b9d4 100644
--- a/sw/source/core/access/acctextframe.hxx
+++ b/sw/source/core/access/acctextframe.hxx
@@ -102,7 +102,7 @@ public:
     // XAccessibleContext::getAccessibleRelationSet
 
     // text frame may have accessible relations to their
-    // predecesor/successor frames
+    // predecessor/successor frames
 
 private:
     // helper methods for getAccessibleRelationSet:


More information about the Libreoffice-commits mailing list