diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-08-25 14:15:01 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-08-25 14:15:01 +0200 |
commit | dea1d492db761cc0c0301d3a6d3aa9cd970a8ab9 (patch) | |
tree | dfb47579093d1aa58211fc2cc44335ede8b5f50b /offapi/com/sun/star/ui | |
parent | 6d39088c8f7b8f78d64fef208918dd46f3333c44 (diff) |
typo
Change-Id: I555d4b79a61b371a39ad0f0b76c2d34c22414962
Diffstat (limited to 'offapi/com/sun/star/ui')
-rw-r--r-- | offapi/com/sun/star/ui/XDeck.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ui/XDeck.idl b/offapi/com/sun/star/ui/XDeck.idl index f19ed40dc9e3..e5f73e2951c3 100644 --- a/offapi/com/sun/star/ui/XDeck.idl +++ b/offapi/com/sun/star/ui/XDeck.idl @@ -41,7 +41,7 @@ interface XDeck */ boolean isActive(); - /** Activate the deck and displays its content + /** Activate the deck and display its content @param bActivate The requested state for the deck @@ -89,4 +89,4 @@ interface XDeck #endif -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |