diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2018-02-01 15:39:56 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-02-02 16:09:18 +0100 |
commit | 6c79c9053e3090df09fc2c0a24f1fec26ac8bf02 (patch) | |
tree | 93f0f9b8e523708c8b06929a8dd673b6c4fe3716 /sc/qa/unit/data | |
parent | e6ced1496da9580cf885cce1a2fc9f67528c3a0e (diff) |
Clean up of dirty hack.
Follow up of tdf#103550. The conversion from half to full width characters and vice versa happens per character according to a table. There is no need to have a separate table with exceptions to the general rule.
Change-Id: Id611d1d6074cb2489fb0254d8ba9a83d7c26065f
Reviewed-on: https://gerrit.libreoffice.org/49102
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/qa/unit/data')
-rw-r--r-- | sc/qa/unit/data/functions/text/fods/jis.fods | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/sc/qa/unit/data/functions/text/fods/jis.fods b/sc/qa/unit/data/functions/text/fods/jis.fods index 2c55690735fb..b637276070d1 100644 --- a/sc/qa/unit/data/functions/text/fods/jis.fods +++ b/sc/qa/unit/data/functions/text/fods/jis.fods @@ -1750,7 +1750,29 @@ </table:table-cell> <table:table-cell table:number-columns-repeated="4"/> </table:table-row> - <table:table-row table:style-name="ro2" table:number-rows-repeated="4"> + <table:table-row table:style-name="ro5"> + <table:table-cell table:style-name="ce14" table:formula="of:=JIS([.I38])" office:value-type="string" office:string-value="”’¥‘" calcext:value-type="string"> + <text:p>”’¥‘</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce34" office:value-type="string" calcext:value-type="string"> + <text:p>”’¥‘</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce36" table:formula="of:=[.A38]=[.B38]" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>WAAR</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce11" table:formula="of:=FORMULA([.A38])" office:value-type="string" office:string-value="=JIS(I38)" calcext:value-type="string"> + <text:p>=JIS(I38)</text:p> + </table:table-cell> + <table:table-cell office:value-type="string" calcext:value-type="string"> + <text:p>Tdf103550 related</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="3"/> + <table:table-cell table:style-name="ce34" office:value-type="string" calcext:value-type="string"> + <text:p>"'\`</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="4"/> + </table:table-row> + <table:table-row table:style-name="ro2" table:number-rows-repeated="3"> <table:table-cell table:style-name="ce23"/> <table:table-cell table:style-name="ce24"/> <table:table-cell table:style-name="ce29"/> |