Kaydet (Commit) fee231ab authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I94fe979fde236111b72b0b445ee2566177a3f0e3
Reviewed-on: https://gerrit.libreoffice.org/63226
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst d325852d
......@@ -151,7 +151,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.
*/
......
......@@ -1043,7 +1043,7 @@ void Edit::ImplPaintBorder(vcl::RenderContext& rRenderContext)
}
else
{
// For some mysterious reaon, in headless/svp rendering,
// For some mysterious reason, in headless/svp rendering,
// pBorder has bad clipping region (shows as 1x1@0,0),
// and therefore doesn't render anything at all.
// In the case that we know we're in headless/svp, we
......
......@@ -1335,7 +1335,7 @@ void Window::Update()
void Window::ImplPaintToDevice( OutputDevice* i_pTargetOutDev, const Point& i_rPos )
{
// Special drawing when called through LOKit
// TODO: Move to it's own method
// TODO: Move to its own method
if (comphelper::LibreOfficeKit::isActive())
{
VclPtrInstance<VirtualDevice> pDevice(*i_pTargetOutDev);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment