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:
committed by
Michael Stahl
parent
2525d7cdea
commit
0a01eacb14
@@ -157,7 +157,7 @@ enum class ControlPart
|
|||||||
|
|
||||||
So all places using HitTestNativeScrollbar on ControlPart::ThumbHorz, ControlPart::ThumbVert,
|
So all places using HitTestNativeScrollbar on ControlPart::ThumbHorz, ControlPart::ThumbVert,
|
||||||
ControlPart::TrackHorzLeft, ControlPart::TrackHorzRight, ControlPart::TrackVertUpper, ControlPart::TrackVertLower
|
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.
|
only small deviations feasible.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -655,7 +655,7 @@ bool SvXMLGraphicHelper::ImplWriteGraphic( const OUString& rPictureStorageName,
|
|||||||
xProps->setPropertyValue( "MediaType", Any(aMimeType) );
|
xProps->setPropertyValue( "MediaType", Any(aMimeType) );
|
||||||
}
|
}
|
||||||
|
|
||||||
// picture formats that actuall _do_ benefit from zip
|
// picture formats that actually _do_ benefit from zip
|
||||||
// storage compression
|
// storage compression
|
||||||
// .svm pics gets compressed via ZBITMAP old-style stream
|
// .svm pics gets compressed via ZBITMAP old-style stream
|
||||||
// option below
|
// option below
|
||||||
@@ -1116,7 +1116,7 @@ OUString SAL_CALL SvXMLGraphicHelper::saveGraphic(css::uno::Reference<css::graph
|
|||||||
xProps->setPropertyValue("MediaType", uno::Any(aMimeType));
|
xProps->setPropertyValue("MediaType", uno::Any(aMimeType));
|
||||||
}
|
}
|
||||||
|
|
||||||
// picture formats that actuall _do_ benefit from zip
|
// picture formats that actually _do_ benefit from zip
|
||||||
// storage compression
|
// storage compression
|
||||||
// .svm pics gets compressed via ZBITMAP old-style stream
|
// .svm pics gets compressed via ZBITMAP old-style stream
|
||||||
// option below
|
// option below
|
||||||
|
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
So all places using HitTestNativeScrollbar on ControlPart::ThumbHorz, ControlPart::ThumbVert,
|
So all places using HitTestNativeScrollbar on ControlPart::ThumbHorz, ControlPart::ThumbVert,
|
||||||
ControlPart::TrackHorzLeft, ControlPart::TrackHorzRight, ControlPart::TrackVertUpper, ControlPart::TrackVertLower
|
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.
|
only small deviations feasible.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -139,7 +139,7 @@ bool ImplAccelManager::IsAccelKey( const vcl::KeyCode& rKeyCode )
|
|||||||
// stop sequence (first call deactivate-handler)
|
// stop sequence (first call deactivate-handler)
|
||||||
EndSequence();
|
EndSequence();
|
||||||
|
|
||||||
// set accelerator of the actuel item
|
// set accelerator of the actual item
|
||||||
// and call the handler
|
// and call the handler
|
||||||
bool bDel = false;
|
bool bDel = false;
|
||||||
pAccel->maCurKeyCode = rKeyCode;
|
pAccel->maCurKeyCode = rKeyCode;
|
||||||
|
Reference in New Issue
Block a user