diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-11-16 13:49:31 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-11-16 13:49:31 +0100 |
commit | c75630a0387433905286e2517156c86218b5a25b (patch) | |
tree | b1f664df618bed98c0f3706f0e2caa020d7c35d0 /sw/source/ui/config/optdlg.src | |
parent | 6508f9b1af9b253ed6b9a6e28817a856f423c21f (diff) | |
parent | b86664061c2971a6f1d910301d1895b0f2043709 (diff) |
CWS-TOOLING: integrate CWS tlmath01ooo/DEV300_m94
Diffstat (limited to 'sw/source/ui/config/optdlg.src')
-rw-r--r-- | sw/source/ui/config/optdlg.src | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sw/source/ui/config/optdlg.src b/sw/source/ui/config/optdlg.src index 9f7b76401b..bd7133612a 100644 --- a/sw/source/ui/config/optdlg.src +++ b/sw/source/ui/config/optdlg.src @@ -1021,6 +1021,18 @@ TabPage TP_OPTSHDWCRSR Group = TRUE ; Text [ en-US ] = "Enable"; }; + FixedLine FL_LAYOUT_OPTIONS + { + Pos = MAP_APPFONT ( 6 , 133 ) ; + Size = MAP_APPFONT ( 118 , 8 ) ; + Text [ en-US ] = "Layout assistance"; + }; + CheckBox CB_MATH_BASELINE_ALIGNMENT + { + Pos = MAP_APPFONT ( 12 , 144 ) ; + Size = MAP_APPFONT ( 236 , 10 ) ; + Text [ en-US ] = "Math baseline alignment"; + }; }; |