[Libreoffice-commits] core.git: include/vcl svx/source vcl/source

Andrea Gelmini andrea.gelmini at gelma.net
Thu Feb 1 16:10:54 UTC 2018


 include/vcl/salnativewidgets.hxx |    2 +-
 svx/source/xml/xmlgrhlp.cxx      |    4 ++--
 vcl/source/control/scrbar.cxx    |    2 +-
 vcl/source/window/accmgr.cxx     |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 0a01eacb14b3ccf8a874efcf805af0ffd63da44d
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Thu Feb 1 15:19:13 2018 +0100

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

diff --git a/include/vcl/salnativewidgets.hxx b/include/vcl/salnativewidgets.hxx
index 46ffc48f799b..cdc19718f46f 100644
--- a/include/vcl/salnativewidgets.hxx
+++ b/include/vcl/salnativewidgets.hxx
@@ -157,7 +157,7 @@ enum class ControlPart
 
     So all places using HitTestNativeScrollbar on ControlPart::ThumbHorz, ControlPart::ThumbVert,
     ControlPart::TrackHorzLeft, ControlPart::TrackHorzRight, ControlPart::TrackVertUpper, ControlPart::TrackVertLower
-    do not use the control rectangle as region but the actuall part rectangle, making
+    do not use the control rectangle as region but the actual part rectangle, making
     only small deviations feasible.
 */
 
diff --git a/svx/source/xml/xmlgrhlp.cxx b/svx/source/xml/xmlgrhlp.cxx
index 514732ac76c8..296bd3f9a57e 100644
--- a/svx/source/xml/xmlgrhlp.cxx
+++ b/svx/source/xml/xmlgrhlp.cxx
@@ -655,7 +655,7 @@ bool SvXMLGraphicHelper::ImplWriteGraphic( const OUString& rPictureStorageName,
                 xProps->setPropertyValue( "MediaType", Any(aMimeType) );
             }
 
-            // picture formats that actuall _do_ benefit from zip
+            // picture formats that actually _do_ benefit from zip
             // storage compression
             // .svm pics gets compressed via ZBITMAP old-style stream
             // option below
@@ -1116,7 +1116,7 @@ OUString SAL_CALL SvXMLGraphicHelper::saveGraphic(css::uno::Reference<css::graph
                 xProps->setPropertyValue("MediaType", uno::Any(aMimeType));
             }
 
-            // picture formats that actuall _do_ benefit from zip
+            // picture formats that actually _do_ benefit from zip
             // storage compression
             // .svm pics gets compressed via ZBITMAP old-style stream
             // option below
diff --git a/vcl/source/control/scrbar.cxx b/vcl/source/control/scrbar.cxx
index 56a23f2c9cc2..313d53b0b199 100644
--- a/vcl/source/control/scrbar.cxx
+++ b/vcl/source/control/scrbar.cxx
@@ -40,7 +40,7 @@
 
     So all places using HitTestNativeScrollbar on ControlPart::ThumbHorz, ControlPart::ThumbVert,
     ControlPart::TrackHorzLeft, ControlPart::TrackHorzRight, ControlPart::TrackVertUpper, ControlPart::TrackVertLower
-    do not use the control rectangle as region but the actuall part rectangle, making
+    do not use the control rectangle as region but the actual part rectangle, making
     only small deviations feasible.
 */
 
diff --git a/vcl/source/window/accmgr.cxx b/vcl/source/window/accmgr.cxx
index 7ea18d664d16..10e426b27f5c 100644
--- a/vcl/source/window/accmgr.cxx
+++ b/vcl/source/window/accmgr.cxx
@@ -139,7 +139,7 @@ bool ImplAccelManager::IsAccelKey( const vcl::KeyCode& rKeyCode )
                     // stop sequence (first call deactivate-handler)
                     EndSequence();
 
-                    // set accelerator of the actuel item
+                    // set accelerator of the actual item
                     // and call the handler
                     bool bDel = false;
                     pAccel->maCurKeyCode    = rKeyCode;


More information about the Libreoffice-commits mailing list