summaryrefslogtreecommitdiff
path: root/starmath/inc/starmath.hrc
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2016-07-29 10:35:56 +0300
committerNoel Grandin <noelgrandin@gmail.com>2016-08-01 06:21:33 +0000
commitbe53870adbae52613f35496296cac7b0dff66aa8 (patch)
tree186d9b5651b54af9c3315d070b4802fffc185001 /starmath/inc/starmath.hrc
parent82111a5f8206ce05fc762db14f4b066ce23d6f07 (diff)
tdf#91665 l10n: Replace string list by separate strings in SmPrintUIOptions
String lists are sometimes (mis)used to group unrelated items; the advantage(?) being that only one identifier needs to be defined for the whole group. The items are then referenced by index, which is rather fragile when they are used in different parts of UI. String lists like this one should be replaced by separate strings. Change-Id: I58c927790287b36c0cb204c815a2788bd7cf1e02 Reviewed-on: https://gerrit.libreoffice.org/27665 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'starmath/inc/starmath.hrc')
-rw-r--r--starmath/inc/starmath.hrc10
1 files changed, 9 insertions, 1 deletions
diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc
index 8805c60c04bd..ef15e8c6ab6d 100644
--- a/starmath/inc/starmath.hrc
+++ b/starmath/inc/starmath.hrc
@@ -77,7 +77,15 @@
#define SID_ELEMENTSDOCKINGWINDOW (SID_SMA_START + 126)
#define SID_AUTO_CLOSE_BRACKETS (SID_SMA_START + 127)
-#define RID_PRINTUIOPTIONS (RID_APP_START + 11)
+#define RID_PRINTUIOPT_PRODNAME (RID_APP_START + 11)
+#define RID_PRINTUIOPT_CONTENTS (RID_APP_START + 12)
+#define RID_PRINTUIOPT_TITLE (RID_APP_START + 13)
+#define RID_PRINTUIOPT_FRMLTXT (RID_APP_START + 14)
+#define RID_PRINTUIOPT_BORDERS (RID_APP_START + 15)
+#define RID_PRINTUIOPT_SIZE (RID_APP_START + 16)
+#define RID_PRINTUIOPT_ORIGSIZE (RID_APP_START + 17)
+#define RID_PRINTUIOPT_FITTOPAGE (RID_APP_START + 18)
+#define RID_PRINTUIOPT_SCALING (RID_APP_START + 19)
#define RID_MATH_TOOLBOX (RID_APP_START + 50)