Kaydet (Commit) df2fc7c3 authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt

Fix typos

Change-Id: I155673b9b1b2ba1f275877ce7885cf3f99fcb2e3
Reviewed-on: https://gerrit.libreoffice.org/71340Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 8dabb2ae
......@@ -523,7 +523,7 @@ void SAL_CALL UnoDialogControl::windowMoved( const css::awt::WindowEvent& e )
if ( !pOutDev || mbPosModified )
return;
// Currentley we are simply using MapUnit::MapAppFont
// Currently we are simply using MapUnit::MapAppFont
::Size aTmp( e.X, e.Y );
aTmp = ImplMapPixelToAppFont( pOutDev, aTmp );
......
......@@ -238,7 +238,7 @@ void SAL_CALL UnoControlTabPage::windowResized( const css::awt::WindowEvent& e )
if ( !pOutDev || mbSizeModified )
return;
// Currentley we are simply using MapUnit::MapAppFont
// Currently we are simply using MapUnit::MapAppFont
::Size aAppFontSize( e.Width, e.Height );
Reference< XControl > xDialogControl( *this, UNO_QUERY_THROW );
......@@ -276,7 +276,7 @@ void SAL_CALL UnoControlTabPage::windowMoved( const css::awt::WindowEvent& e )
if ( !pOutDev || mbPosModified )
return;
// Currentley we are simply using MapUnit::MapAppFont
// Currently we are simply using MapUnit::MapAppFont
::Size aTmp( e.X, e.Y );
aTmp = ImplMapPixelToAppFont( pOutDev, aTmp );
......
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