[Libreoffice-commits] .: sfx2/source
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Mar 22 02:02:59 PDT 2011
sfx2/source/dialog/passwd.cxx | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 3c805af018478f431b74088e9eee8564bb0255a5
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Mar 22 08:52:48 2011 +0000
WaE: this isn't helpful
diff --git a/sfx2/source/dialog/passwd.cxx b/sfx2/source/dialog/passwd.cxx
index ca5f02f..67b3d7b 100755
--- a/sfx2/source/dialog/passwd.cxx
+++ b/sfx2/source/dialog/passwd.cxx
@@ -249,9 +249,7 @@ 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
+ //TODO: Inevitably this layout logic will be wrong post merge until we can see the dialog to test it.
Size a3Size = LogicToPixel( Size( 3, 3 ), MAP_APPFONT );
Size a6Size = LogicToPixel( Size( 6, 6 ), MAP_APPFONT );
long nMinHeight = maHelpBtn.GetPosPixel().Y() +
More information about the Libreoffice-commits
mailing list