diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2018-03-29 07:59:52 +0100 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2018-03-29 11:24:05 +0200 |
commit | b399bb8760e87386e74804a33847ff6f5ae571af (patch) | |
tree | 2278dab6f393085eadc98dd36c0f2063bda193bd /officecfg | |
parent | b0f00885a9de28be03a9b61bd7065116bbd1114a (diff) |
Clarify bits for non-coders
Change-Id: I8b6ab688ec13cee7c5a6b49d6691efdcea2a3d74
Reviewed-on: https://gerrit.libreoffice.org/52049
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs index b82a25ac835a..d0f13beead4b 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs @@ -59,11 +59,11 @@ <prop oor:name="Properties" oor:type="xs:int" oor:nillable="false"> <info> <desc> - Additional information about a single command. - Bit 0 = Command has an image. - Bit 1 = Image must be mirrored (CTL/vertical text). - Bit 2 = Image must be rotated (CTL/vertical text). - Bit 3 = Command supports a toggle state (Accessibility). + Additional information about a single command (a sum (bitwise OR) of following bits). + Bit 0 (1) = Command has an image. + Bit 1 (2) = Image must be mirrored (CTL/vertical text). + Bit 2 (4) = Image must be rotated (CTL/vertical text). + Bit 3 (8) = Command supports a toggle state (Accessibility). </desc> </info> <value>0</value> |