summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/vcl/salnativewidgets.hxx2
-rw-r--r--svx/source/xml/xmlgrhlp.cxx4
-rw-r--r--vcl/source/control/scrbar.cxx2
-rw-r--r--vcl/source/window/accmgr.cxx2
4 files changed, 5 insertions, 5 deletions
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;