Hi, Please review and push to 3-4 and 3-4-0. Trivial cosmetic fix.
Thanks, Andras
>From 1abdbc1db5d8620455ee7e29594f2777423642e9 Mon Sep 17 00:00:00 2001 From: Andras Timar <[email protected]> Date: Fri, 20 May 2011 22:21:40 +0200 Subject: [PATCH] fdo#37418, fix a layout problem in Export text (CSV) dialog --- sc/source/ui/dbgui/imoptdlg.src | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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"; -- 1.7.0.4
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
