[Libreoffice-commits] core.git: cui/uiconfig sw/source vcl/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Jun 12 09:46:36 UTC 2021


 cui/uiconfig/ui/bulletandposition.ui |    4 ++--
 sw/source/uibase/shells/tabsh.cxx    |    2 +-
 vcl/source/bitmap/BitmapTools.cxx    |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 7811a31df77db992e666363aa0bd12e5ea32629d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Jun 12 07:47:03 2021 +0200
Commit:     Andrea Gelmini <andrea.gelmini at gelma.net>
CommitDate: Sat Jun 12 11:45:59 2021 +0200

    Fix typos
    
    Change-Id: Ibd4f8ac232eddad2b8a6c970999f0adf61a07acf
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117077
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Tested-by: Jenkins

diff --git a/cui/uiconfig/ui/bulletandposition.ui b/cui/uiconfig/ui/bulletandposition.ui
index 74a584b2372c..93ecab53bc8f 100644
--- a/cui/uiconfig/ui/bulletandposition.ui
+++ b/cui/uiconfig/ui/bulletandposition.ui
@@ -276,7 +276,7 @@
                                 <property name="can-focus">False</property>
                                 <child internal-child="accessible">
                                   <object class="AtkObject" id="numfmtlb-atkobject">
-                                    <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|entended_tip|numfmtlb">Select the level(s) that you want to modify. To apply the options to all the levels, select “1-10”.</property>
+                                    <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|numfmtlb">Select the level(s) that you want to modify. To apply the options to all the levels, select “1-10”.</property>
                                   </object>
                                 </child>
                               </object>
@@ -1007,7 +1007,7 @@
                             <property name="valign">center</property>
                             <child internal-child="accessible">
                               <object class="AtkObject" id="applytomaster-atkobject">
-                                <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|applytomaster">Click to apply the the modification to all slides that use the current master slide.</property>
+                                <property name="AtkObject::accessible-description" translatable="yes" context="bulletandposition|extended_tip|applytomaster">Click to apply the modification to all slides that use the current master slide.</property>
                               </object>
                             </child>
                           </object>
diff --git a/sw/source/uibase/shells/tabsh.cxx b/sw/source/uibase/shells/tabsh.cxx
index 3599a569466a..067f78c04368 100644
--- a/sw/source/uibase/shells/tabsh.cxx
+++ b/sw/source/uibase/shells/tabsh.cxx
@@ -612,7 +612,7 @@ void SwTableShell::Execute(SfxRequest &rReq)
                                                               // SwShellTableCursor if the selection is more than a single cell
 
                         if (bTableMode && !rSh.IsTableMode()) // tdf#142721 ensure the new selection is a SwShellTableCursor in
-                            rSh.SelTableBox();                // the case of of a single cell
+                            rSh.SelTableBox();                // the case of a single cell
 
                         const SfxItemSet* pOutSet = pDlg->GetOutputItemSet();
 
diff --git a/vcl/source/bitmap/BitmapTools.cxx b/vcl/source/bitmap/BitmapTools.cxx
index 0ebbdae59521..014e62aab8f3 100644
--- a/vcl/source/bitmap/BitmapTools.cxx
+++ b/vcl/source/bitmap/BitmapTools.cxx
@@ -126,7 +126,7 @@ void loadFromSvg(SvStream& rStream, const OUString& sPath, BitmapEx& rBitmapEx,
     @param nStride
     The number of bytes in a scanline, must >= (width * nBitCount / 8)
     @param bReversColors
-    In case the indianess of pData is wrong, you could reverse colors
+    In case the endianness of pData is wrong, you could reverse colors
 */
 BitmapEx CreateFromData( sal_uInt8 const *pData, sal_Int32 nWidth, sal_Int32 nHeight, sal_Int32 nStride, vcl::PixelFormat ePixelFormat, bool bReversColors )
 {


More information about the Libreoffice-commits mailing list