diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-07-25 10:16:14 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-07-25 10:16:31 +0300 |
commit | 13c89ecd0cade4c17727d976af1088eaaf690b4d (patch) | |
tree | 90bdac3395f6c02e6c5e9e30ab0cf624e493a79c /officecfg | |
parent | be23a192ccd25b707a9ff919d6357d9272ff7b75 (diff) |
Further documentation for SelectedOpenCLDeviceIdentifier
Change-Id: I124b0225c2962c62bce71c128748263c9cd48fdb
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 19827da86454..63d89f9906d0 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5607,7 +5607,7 @@ </prop> <prop oor:name="SelectedOpenCLDeviceIdentifier" oor:type="xs:string" oor:nillable="false"> <info> - <desc>The OpenCL device identifier of a device that was successfully selected and passed the OpenCL calculation tests.</desc> + <desc>A string identifying the OpenCL device that was successfully selected and passed the OpenCL calculation tests. The syntax of this value is purposedly not documented. For LibreOffice internal use only, do not inspect this value or try to modify it from any level of user code.</desc> </info> <value>none</value> </prop> |