Kaydet (Commit) 43479db3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

No #warning in MSVC

üst 4f05d153
......@@ -249,7 +249,9 @@ short SfxPasswordDialog::Execute()
maPasswordFT.Show();
if( (mnExtras & SHOWEXTRAS_USER ) )
{
#ifndef _MSC_VER
#warning Inevitably this layout logic will be wrong post merge until we can see the dialog to test it.
#endif
Size a3Size = LogicToPixel( Size( 3, 3 ), MAP_APPFONT );
Size a6Size = LogicToPixel( Size( 6, 6 ), MAP_APPFONT );
long nMinHeight = maHelpBtn.GetPosPixel().Y() +
......
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