[Libreoffice-commits] core.git: dbaccess/source filter/source include/sal offapi/com reportdesign/source sc/qa sw/source ucb/source

Andrea Gelmini andrea.gelmini at gelma.net
Fri Sep 1 15:15:41 UTC 2017


 dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx                 |    2 +-
 filter/source/config/cache/typedetection.hxx                          |    2 +-
 filter/source/svg/svgwriter.cxx                                       |    4 ++--
 include/sal/log.hxx                                                   |    2 +-
 offapi/com/sun/star/awt/AccessibleTextField.idl                       |   10 +++++-----
 reportdesign/source/ui/inc/ReportController.hxx                       |    2 +-
 sc/qa/unit/data/xlsx/pivot-table/with-strings-integers-and-dates.xlsx |binary
 sc/qa/unit/subsequent_export-test.cxx                                 |    2 +-
 sw/source/core/access/accportions.cxx                                 |    2 +-
 sw/source/filter/ww8/ww8par5.cxx                                      |    8 ++++----
 ucb/source/ucp/webdav-neon/webdavcontent.cxx                          |    2 +-
 11 files changed, 18 insertions(+), 18 deletions(-)

New commits:
commit 5aafb3db7e8316e8e5a8665d6161fda4d4588443
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Fri Sep 1 15:51:12 2017 +0200

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

diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
index 911e28f3a9ee..a17bcfd9be0e 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
@@ -233,7 +233,7 @@ namespace dbaui
 
         void            adjustSelectionMode( bool _bClickedOntoHeader, bool _bClickedOntoHandleCol );
 
-        /** save the filed change in save modified
+        /** save the field change in save modified
             @param  _sFieldName
                 The field name inserted by the user.
             @param  _pEntry
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index d4fe0b6a4ba3..27937e4d3f05 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -132,7 +132,7 @@ private:
 
     /** @short      seek a might existing stream to position 0.
 
-        @descr      This is an optinal action to be more robust
+        @descr      This is an optional action to be more robust
                     in case any detect service doesn't make this seek ...
                     Normally it's part of any called detect service or filter ...
                     but sometimes it's not done there.
diff --git a/filter/source/svg/svgwriter.cxx b/filter/source/svg/svgwriter.cxx
index 2bf4b1c0ad2d..3daad7bfe0a4 100644
--- a/filter/source/svg/svgwriter.cxx
+++ b/filter/source/svg/svgwriter.cxx
@@ -3298,7 +3298,7 @@ void SVGActionWriter::ImplWriteActions( const GDIMetaFile& rMtf,
                         {
                             mapCurShape->maShapePolyPoly = aStartArrow;
 
-                            if( pElementId ) // #i124825# pElementId is optinal, may be zero
+                            if( pElementId ) // #i124825# pElementId is optional, may be zero
                             {
                                 mapCurShape->maId = *pElementId + "_" + OUString::number(nEntryCount++);
                             }
@@ -3310,7 +3310,7 @@ void SVGActionWriter::ImplWriteActions( const GDIMetaFile& rMtf,
                         {
                             mapCurShape->maShapePolyPoly = aEndArrow;
 
-                            if( pElementId ) // #i124825# pElementId is optinal, may be zero
+                            if( pElementId ) // #i124825# pElementId is optional, may be zero
                             {
                                 mapCurShape->maId = *pElementId + "_" + OUString::number(nEntryCount++);
                             }
diff --git a/include/sal/log.hxx b/include/sal/log.hxx
index c096d52a0e47..c8d277e0d90f 100644
--- a/include/sal/log.hxx
+++ b/include/sal/log.hxx
@@ -274,7 +274,7 @@ inline char const * unwrapStream(SAL_UNUSED_PARAMETER StreamIgnore const &) {
     SAL_INFO("other", ...) generate output, while calls like
     SAL_INFO("foo", ...) or SAL_INFO("foo.barzzz", ...) do not.
 
-    The generated log output consists of the optinal timestamp, the given level
+    The generated log output consists of the optional timestamp, the given level
     ("info" or "warn"), the given area, the process ID, the thread ID, the
     source file, and the source line number, each followed by a colon, followed
     by a space, the given message, and a newline.  The precise format of the log
diff --git a/offapi/com/sun/star/awt/AccessibleTextField.idl b/offapi/com/sun/star/awt/AccessibleTextField.idl
index 2377077d9f70..c7b3b3f4299a 100644
--- a/offapi/com/sun/star/awt/AccessibleTextField.idl
+++ b/offapi/com/sun/star/awt/AccessibleTextField.idl
@@ -46,16 +46,16 @@ module com { module sun { module star { module awt {
 */
 service AccessibleTextField
 {
-    /** This interface gives access to the structural information of a text filed:
+    /** This interface gives access to the structural information of a text field:
 
        <ul>
-       <li>Role: The role of a text filed is
+       <li>Role: The role of a text field is
        com::sun::star::accessibility::AccessibleRole::TEXT.</li>
-       <li>Name: The name of a text filed is its localized label.</li>
-       <li>Description: The description of a text filed is its localized
+       <li>Name: The name of a text field is its localized label.</li>
+       <li>Description: The description of a text field is its localized
            help text.</li>
        <li>Children: There exists no children.</li>
-       <li>Parent: The parent is the window that contains the text filed.</li>
+       <li>Parent: The parent is the window that contains the text field.</li>
        <li>Relations: There are no relations.</li>
        <li>States: The states supported by this service are
            <ul>
diff --git a/reportdesign/source/ui/inc/ReportController.hxx b/reportdesign/source/ui/inc/ReportController.hxx
index 55f952147e6b..b2a29dfb79a1 100644
--- a/reportdesign/source/ui/inc/ReportController.hxx
+++ b/reportdesign/source/ui/inc/ReportController.hxx
@@ -237,7 +237,7 @@ namespace rptui
         */
         void createPageNumber(const css::uno::Sequence< css::beans::PropertyValue >& _aArgs);
 
-        /** creates a formatted filed with TODAY() function and if set also an NOW() function
+        /** creates a formatted field with TODAY() function and if set also an NOW() function
         *
         * \param _aArgs
         */
diff --git a/sc/qa/unit/data/xlsx/pivot-table/with-strings-integers-and-dates.xlsx b/sc/qa/unit/data/xlsx/pivot-table/with-strings-integers-and-dates.xlsx
index f343b51f98be..85ff6e9c86cf 100644
Binary files a/sc/qa/unit/data/xlsx/pivot-table/with-strings-integers-and-dates.xlsx and b/sc/qa/unit/data/xlsx/pivot-table/with-strings-integers-and-dates.xlsx differ
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index 5e0066365156..c5280858928a 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -625,7 +625,7 @@ void ScExportTest::testPivotCacheExportXLSX()
     assertXPath(pCacheDef, "/x:pivotCacheDefinition/x:cacheFields/x:cacheField[1]/x:sharedItems", "count", "5");
 
     // Two integers and one empty field
-    assertXPath(pCacheDef, "/x:pivotCacheDefinition/x:cacheFields/x:cacheField[2]", "name", "mixed empty fileds and integers");
+    assertXPath(pCacheDef, "/x:pivotCacheDefinition/x:cacheFields/x:cacheField[2]", "name", "mixed empty fields and integers");
     assertXPath(pCacheDef, "/x:pivotCacheDefinition/x:cacheFields/x:cacheField[2]/x:sharedItems", "containsBlank", "1");
     assertXPathNoAttribute(pCacheDef, "/x:pivotCacheDefinition/x:cacheFields/x:cacheField[2]/x:sharedItems", "containsMixedTypes");
     assertXPathNoAttribute(pCacheDef, "/x:pivotCacheDefinition/x:cacheFields/x:cacheField[2]/x:sharedItems", "containsSemiMixedTypes");
diff --git a/sw/source/core/access/accportions.cxx b/sw/source/core/access/accportions.cxx
index 60169becadc7..37085ae95b69 100644
--- a/sw/source/core/access/accportions.cxx
+++ b/sw/source/core/access/accportions.cxx
@@ -147,7 +147,7 @@ void SwAccessiblePortionData::Special(
         case POR_HIDDEN:
         case POR_COMBINED:
         case POR_ISOREF:
-            // When the filed content is empty, input a special character.
+            // When the field content is empty, input a special character.
             if (rText.isEmpty())
                 sDisplay = OUString(u'\xfffc');
             else
diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx
index 4050eba5b30e..e306bbef3290 100644
--- a/sw/source/filter/ww8/ww8par5.cxx
+++ b/sw/source/filter/ww8/ww8par5.cxx
@@ -1522,7 +1522,7 @@ eF_ResT SwWW8ImplReader::Read_F_DocInfo( WW8FieldDesc* pF, OUString& rStr )
             = "TITLE";
         static const sal_Char* aName14 // Spanish
             = "TITRO";
-        static const sal_Char* aName20 = "\x15"; // SW filed code
+        static const sal_Char* aName20 = "\x15"; // SW field code
         static const sal_Char* aName21 // German
             = "ERSTELLDATUM";
         static const sal_Char* aName22 // French
@@ -1531,7 +1531,7 @@ eF_ResT SwWW8ImplReader::Read_F_DocInfo( WW8FieldDesc* pF, OUString& rStr )
             = "CREATED";
         static const sal_Char* aName24 // Spanish
             = "CREADO";
-        static const sal_Char* aName30 = "\x16"; // SW filed code
+        static const sal_Char* aName30 = "\x16"; // SW field code
         static const sal_Char* aName31 // German
             = "ZULETZTGESPEICHERTZEIT";
         static const sal_Char* aName32 // French
@@ -1540,7 +1540,7 @@ eF_ResT SwWW8ImplReader::Read_F_DocInfo( WW8FieldDesc* pF, OUString& rStr )
             = "SAVED";
         static const sal_Char* aName34 // Spanish
             = "MODIFICADO";
-        static const sal_Char* aName40 = "\x17"; // SW filed code
+        static const sal_Char* aName40 = "\x17"; // SW field code
         static const sal_Char* aName41 // German
             = "ZULETZTGEDRUCKT";
         static const sal_Char* aName42 // French
@@ -1549,7 +1549,7 @@ eF_ResT SwWW8ImplReader::Read_F_DocInfo( WW8FieldDesc* pF, OUString& rStr )
             = "LASTPRINTED";
         static const sal_Char* aName44 // Spanish
             = "HUPS PUPS";
-        static const sal_Char* aName50 = "\x18"; // SW filed code
+        static const sal_Char* aName50 = "\x18"; // SW field code
         static const sal_Char* aName51 // German
             = "\xDC" "BERARBEITUNGSNUMMER";
         static const sal_Char* aName52 // French
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
index 16d0d910c5f5..7ac4add5c30b 100644
--- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
@@ -3991,7 +3991,7 @@ void Content::initOptsCacheLifeTime()
 {
     // see description in
     // officecfg/registry/schema/org/openoffice/Inet.xcs
-    // for use of these filed values.
+    // for use of these field values.
     sal_uInt32 nAtime;
     nAtime = officecfg::Inet::Settings::OptsCacheLifeImplWeb::get( m_xContext );
     m_nOptsCacheLifeImplWeb = std::max( sal_uInt32( 0 ),


More information about the Libreoffice-commits mailing list