[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sd/source
Jan Holesovsky
kendy at collabora.com
Thu Aug 13 22:00:47 PDT 2015
sd/source/ui/view/DocumentRenderer.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c59fba2682f01306f3398afeb86f2e3027e011ec
Author: Jan Holesovsky <kendy at collabora.com>
Date: Wed Aug 12 16:58:07 2015 +0200
tdf#80866, bnc#835985: Better solution to the original bnc# bug.
The behavior was confusing from the user point of view - the "Default" meant
the handout layout (that by default is 6 slides per page), not any kind of
default. And it looked like the orientation does not work.
Let's provide better wording instead of "Default" at least.
The ideal would be also to disable the "Order" when "According to layout" is
chosen. Unfortunately it is not easily possible, as the enabling/disabling
is controlled by the UIControlOptions's mnDependsOnEntry, and that allows only
one value; and we'd need "everything but the 0" there.
Change-Id: Ife98c421bf8f52506a7dc32caea6af6c24ef17c6
Reviewed-on: https://gerrit.libreoffice.org/17696
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/sd/source/ui/view/DocumentRenderer.src b/sd/source/ui/view/DocumentRenderer.src
index f5fc4ff..2594124 100644
--- a/sd/source/ui/view/DocumentRenderer.src
+++ b/sd/source/ui/view/DocumentRenderer.src
@@ -56,7 +56,7 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS
{
ItemList [ en-US ] =
{
- < "Default" ; > ;
+ < "According to layout" ; > ;
< "1" ; > ;
< "2" ; > ;
< "3" ; > ;
More information about the Libreoffice-commits
mailing list