diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-11-18 14:51:04 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-11-18 14:51:43 +0100 |
commit | 4df8a5205ef943fe3509ae751a15f6ad11e6bfb6 (patch) | |
tree | 0c79aecddb85ec76a830e60ee50a8a032db99510 /officecfg | |
parent | ee655627ad2ba66a8160b4cbdaeb1dd52d047a1d (diff) |
Revert "Flip buttons: Make the tooltip an uno command property"
The text should be in the extended tooltips, not in the default ones.
This reverts commit 0e41564b2fa5192ef1e8ec5e51ad3c04dfa52afd.
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 33949fd3a59d..72858b9e4e57 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -4197,9 +4197,6 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Flip Horizontally</value> </prop> - <prop oor:name="TooltipLabel" oor:type="xs:string"> - <value xml:lang="en-US">Flip the selected object horizontally.</value> - </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> </prop> @@ -4208,9 +4205,6 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Flip Vertically</value> </prop> - <prop oor:name="TooltipLabel" oor:type="xs:string"> - <value xml:lang="en-US">Flip the selected object vertically.</value> - </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> </prop> |