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

Fix typos

Change-Id: I4beaec7bf6b023a73be464a8c38b0701ff3ae1b1
Reviewed-on: https://gerrit.libreoffice.org/63116
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst e3ff84ae
...@@ -208,10 +208,10 @@ void SAL_CALL BaseContainerControl::addControl ( const OUString& rName, const Re ...@@ -208,10 +208,10 @@ void SAL_CALL BaseContainerControl::addControl ( const OUString& rName, const Re
pNewControl->xControl->setContext ( static_cast<OWeakObject*>(this) ); pNewControl->xControl->setContext ( static_cast<OWeakObject*>(this) );
pNewControl->xControl->addEventListener ( static_cast< XEventListener* >( static_cast< XWindowListener* >( this ) ) ); pNewControl->xControl->addEventListener ( static_cast< XEventListener* >( static_cast< XWindowListener* >( this ) ) );
// when container has a peer ... // when container has a peer...
if (getPeer().is()) if (getPeer().is())
{ {
// .. then create a peer on child // ... then create a peer on child
pNewControl->xControl->createPeer ( getPeer()->getToolkit(), getPeer() ); pNewControl->xControl->createPeer ( getPeer()->getToolkit(), getPeer() );
} }
......
...@@ -1118,7 +1118,7 @@ void ScGridWindow::PaintTile( VirtualDevice& rDevice, ...@@ -1118,7 +1118,7 @@ void ScGridWindow::PaintTile( VirtualDevice& rDevice,
// integer multiples of pixels. // integer multiples of pixels.
// //
// See also desktop/source/lib/init.cxx for details, where we have to set // See also desktop/source/lib/init.cxx for details, where we have to set
// the stuff accorndingly for the VirtualDevice creation. // the stuff accordingly for the VirtualDevice creation.
// page break zoom, and aLogicMode in ScViewData - hardcode that to what // page break zoom, and aLogicMode in ScViewData - hardcode that to what
// we mean as 100% (256px tiles meaning 3840 twips) // we mean as 100% (256px tiles meaning 3840 twips)
......
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