diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-12-12 10:34:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-12-12 10:34:10 +0100 |
commit | 1e40e188fa8c70022a48434582623c9255ffd2e8 (patch) | |
tree | 50dbc2784dbed571cbc215fefa351310b97ccfcf | |
parent | c914836f215a874c0605d6ea7ab63c6cfe779c77 (diff) |
Simplify documentation
Change-Id: I5f382f2c0273bd1a175b97fb5fe755f13f1b8bba
-rw-r--r-- | offapi/com/sun/star/ui/GlobalAcceleratorConfiguration.idl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ui/GlobalAcceleratorConfiguration.idl b/offapi/com/sun/star/ui/GlobalAcceleratorConfiguration.idl index 7b7ec2127016..f97186355be7 100644 --- a/offapi/com/sun/star/ui/GlobalAcceleratorConfiguration.idl +++ b/offapi/com/sun/star/ui/GlobalAcceleratorConfiguration.idl @@ -23,11 +23,7 @@ module com { module sun { module star { module ui { -/** provides access to the global shortcut configuration set. - - <p> The GlobalAcceleratorConfiguration service can be created - by using an UNO service manager. It provides then access to - the global accelerator configuration.</p> +/** provides access to the global accelerator (aka shortcut) configuration set. @since OOo 2.0 */ |