Fix typos
Change-Id: Id9d4f277ec684f4baaa9f16000da1b208d745e03 Reviewed-on: https://gerrit.libreoffice.org/49099 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
This commit is contained in:
parent
2525d7cdea
commit
0a01eacb14
@ -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.
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
*/
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user