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

Andrea Gelmini andrea.gelmini at gelma.net
Mon Apr 10 10:41:08 UTC 2017


 android/source/res/drawable-hdpi/ic_format_underlined.xml |    2 +-
 sw/source/filter/ww8/ww8scan.cxx                          |    2 +-
 vcl/source/control/edit.cxx                               |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 74859b3a689d944850eadbcc85c0066aa64efd70
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Mon Apr 10 12:05:00 2017 +0200

    Fix typos to complete commit b35552f39503
    
    Change-Id: I2a10f9989e682dfc88f3b1d5864bfce1637933ab
    Reviewed-on: https://gerrit.libreoffice.org/36359
    Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
    Tested-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>

diff --git a/android/source/res/drawable-hdpi/ic_format_underlined.xml b/android/source/res/drawable-hdpi/ic_format_underlined.xml
index 89beb910b3aa..c1797e2112d8 100644
--- a/android/source/res/drawable-hdpi/ic_format_underlined.xml
+++ b/android/source/res/drawable-hdpi/ic_format_underlined.xml
@@ -2,4 +2,4 @@
 
 <bitmap xmlns:android="http://schemas.android.com/apk/res/android"
     android:src="@drawable/ic_format_underlined_black_24dp"
-    android:tint="@color/toolbar_forgeround"/>
\ No newline at end of file
+    android:tint="@color/toolbar_foreground"/>
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 766f22efee03..66d2da14515d 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -5976,7 +5976,7 @@ void WW8Fib::WriteHeader(SvStream& rStrm)
         if( m_fWord97Saved )          nBits8 |= 0x0010;
         if( m_fWord2000Saved )        nBits8 |= 0x0020;
     }
-    // unter Ver67 these are only reserved
+    // under Ver67 these are only reserved
     Set_UInt8( pData, nBits8  );
 
     Set_UInt16( pData, m_chse );
diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx
index 7039dd14f578..77e01f8a5462 100644
--- a/vcl/source/control/edit.cxx
+++ b/vcl/source/control/edit.cxx
@@ -1124,7 +1124,7 @@ void Edit::ImplShowCursor( bool bOnlyIfVisible )
         else
         {
             mnXOffset = (aOutSize.Width()-ImplGetExtraXOffset()) - nTextPos;
-            // Somthing more?
+            // Something more?
             if ( (aOutSize.Width()-ImplGetExtraXOffset()) < nTextPos )
             {
                 long nMaxNegX = (aOutSize.Width()-ImplGetExtraXOffset()) - GetTextWidth( aText );


More information about the Libreoffice-commits mailing list