Kaydet (Commit) 6ecf802c authored tarafından Philipp Riemer's avatar Philipp Riemer

fix indentation of a comment

Change-Id: I4528725cdfe2bdd0ae071d5719d4e8e082d88e5b
üst 7f8e8aa8
...@@ -195,7 +195,7 @@ sal_Bool SwDPage::RequestHelp( Window* pWindow, SdrView* pView, ...@@ -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 );
} }
......
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