officecfg/registry/schema/org/openoffice/Office/UI/Commands.xcs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
New commits: commit b399bb8760e87386e74804a33847ff6f5ae571af Author: Mike Kaganski <mike.kagan...@collabora.com> Date: Thu Mar 29 07:59:52 2018 +0100 Clarify bits for non-coders Change-Id: I8b6ab688ec13cee7c5a6b49d6691efdcea2a3d74 Reviewed-on: https://gerrit.libreoffice.org/52049 Reviewed-by: Stephan Bergmann <sberg...@redhat.com> Tested-by: Mike Kaganski <mike.kagan...@collabora.com> 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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits