[Libreoffice-commits] .: Branch 'libreoffice-3-4-0' - sc/source

Michael Meeks michael at kemper.freedesktop.org
Mon May 23 08:20:02 PDT 2011


 sc/source/ui/dbgui/imoptdlg.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7629e5c2a85cdb801245b3ff3126bad913dfba80
Author: Andras Timar <atimar at suse.com>
Date:   Fri May 20 22:21:40 2011 +0200

    fdo#37418, fix a layout problem in Export text (CSV) dialog
    
    Signed-off-by: Kohei Yoshida <kyoshida at novell.com>

diff --git a/sc/source/ui/dbgui/imoptdlg.src b/sc/source/ui/dbgui/imoptdlg.src
index 8f68395..f095705 100644
--- a/sc/source/ui/dbgui/imoptdlg.src
+++ b/sc/source/ui/dbgui/imoptdlg.src
@@ -111,7 +111,7 @@ ModalDialog RID_SCDLG_IMPORTOPT
     CheckBox CB_QUOTEALL
     {
         HelpID = "sc:CheckBox:RID_SCDLG_IMPORTOPT:CB_QUOTEALL";
-        Pos = MAP_APPFONT( 20, 64 );
+        Pos = MAP_APPFONT( 12, 79 );
         Size = MAP_APPFONT( 164, 10 );
         Hide = TRUE;
         Text [ en-US ] = "~Quote all text cells";


More information about the Libreoffice-commits mailing list