summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-08-12 16:58:07 +0200
committerJan Holesovsky <kendy@collabora.com>2015-08-14 05:00:26 +0000
commitc59fba2682f01306f3398afeb86f2e3027e011ec (patch)
treebc1defd91060698dfac516eccdf2cb35bd1d852f
parentc22d7f440885d4370c583eba3778851194013f2f (diff)
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@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
-rw-r--r--sd/source/ui/view/DocumentRenderer.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/DocumentRenderer.src b/sd/source/ui/view/DocumentRenderer.src
index f5fc4ff99b31..2594124bcf1b 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" ; > ;