diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-11-04 12:15:06 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2016-11-05 01:59:40 +0000 |
commit | 239b662753bee4148cac51268cb203c7527036be (patch) | |
tree | 308cf3f4383a4a14909605ac7eb478c515a8d41c /starmath | |
parent | 32bdc5097013e7efd9c85e1b8df697880e66e925 (diff) |
tdf#102007 Surround widebslash's placeholders with braces
like wideslash's.
Change-Id: Icddd563ee64510c0df8bfa8d4a5274a00f60162a
Reviewed-on: https://gerrit.libreoffice.org/30555
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/commands.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/commands.src b/starmath/source/commands.src index 6fb8ba54b7ca..f28d067a500c 100644 --- a/starmath/source/commands.src +++ b/starmath/source/commands.src @@ -1063,7 +1063,7 @@ String RID_XWIDESLASHY_HELP { Text [ en-US ] = "Division (wideslash)" ; }; -String RID_XWIDEBSLASHY { Text = "<?> widebslash <?> " ; }; +String RID_XWIDEBSLASHY { Text = "{<?>} widebslash {<?>} " ; }; String RID_XWIDEBSLASHY_HELP { Text [ en-US ] = "Division (counter wideslash)" ; |