From 17ec4acbb0f70732209ce35c5fa7f04e7369efd2 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 17 Mar 2011 15:21:30 +0200 Subject: No #warning in MSVC --- sfx2/source/dialog/passwd.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sfx2/source/dialog/passwd.cxx b/sfx2/source/dialog/passwd.cxx index 6d6c97037a..45ba22ebea 100755 --- a/sfx2/source/dialog/passwd.cxx +++ b/sfx2/source/dialog/passwd.cxx @@ -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() + -- cgit v1.2.3