diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-17 15:21:30 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-17 15:21:30 +0200 |
commit | 43479db3118f7b689b6dbdde308627f86519bbd9 (patch) | |
tree | a22a2516c1a3f979e92474fc3d8a2b05bffc38e0 /sfx2/source/dialog | |
parent | 4f05d1535efdd52e29d5a5d0e196e83d7c064313 (diff) |
No #warning in MSVC
Diffstat (limited to 'sfx2/source/dialog')
-rwxr-xr-x | sfx2/source/dialog/passwd.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/dialog/passwd.cxx b/sfx2/source/dialog/passwd.cxx index 04ee807f988d..345576e61567 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() + |