fix indentation of a comment

Change-Id: I4528725cdfe2bdd0ae071d5719d4e8e082d88e5b
This commit is contained in:
Philipp Riemer
2013-05-05 17:43:48 +02:00
parent 7f8e8aa828
commit 6ecf802cc7

View File

@@ -195,7 +195,7 @@ sal_Bool SwDPage::RequestHelp( Window* pWindow, SdrView* pView,
} }
else else
{ {
// then display the help: // then display the help:
Rectangle aRect( rEvt.GetMousePosPixel(), Size(1,1) ); Rectangle aRect( rEvt.GetMousePosPixel(), Size(1,1) );
Help::ShowQuickHelp( pWindow, aRect, sTxt ); Help::ShowQuickHelp( pWindow, aRect, sTxt );
} }