diff options
author | dante <dante19031999@gmail.com> | 2021-02-19 17:46:57 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-02-22 09:10:24 +0100 |
commit | 927b4e74c4f841336575d20036e77bde10cd335a (patch) | |
tree | b998662543f3e63332927d94e559e3f62a240ece /officecfg | |
parent | b53232033ed528d0e2c0f9b074c6853d7a3f0ddd (diff) |
Correct description error of config field
Change-Id: I3da7ef2ed9ac17240cbd1e6de7bf88ca923e1b92
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111235
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Math.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Math.xcs b/officecfg/registry/schema/org/openoffice/Office/Math.xcs index 7de3d7e0e84f..4d04bd3a0cca 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Math.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Math.xcs @@ -341,7 +341,7 @@ </prop> <prop oor:name="DefaultSmSyntaxVersion" oor:type="xs:short" oor:nillable="false"> <info> - <desc>Specifies which SmParser to use [UNIT=%]</desc> + <desc>Specifies which SmParser to use</desc> </info> <constraints> <minInclusive oor:value="5"> |