summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XDockableWindow.idl
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-22 13:23:30 +0200
committerDavid Tardon <dtardon@redhat.com>2011-01-25 07:03:25 +0100
commitb8250c7382b86bf02927e6224c715e4921c47f6d (patch)
tree393aa47f6158aa3b8aff6c856f45079c45fc454a /offapi/com/sun/star/awt/XDockableWindow.idl
parent65203e5978bc0c8803bd0d71fe2d3e2edd60d2b6 (diff)
Some fixes to documentation (part 1)
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
Diffstat (limited to 'offapi/com/sun/star/awt/XDockableWindow.idl')
-rw-r--r--offapi/com/sun/star/awt/XDockableWindow.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XDockableWindow.idl b/offapi/com/sun/star/awt/XDockableWindow.idl
index f50e8b558eb9..61d77fa2d81a 100644
--- a/offapi/com/sun/star/awt/XDockableWindow.idl
+++ b/offapi/com/sun/star/awt/XDockableWindow.idl
@@ -125,16 +125,16 @@ interface XDockableWindow : com::sun::star::uno::XInterface
see <type scope="com::sun::star::awt">XDockableWindowListener</type> for
the corresponding events
@param WindowRect
- specifies the position and size of the popup window in frame coordinates
+ specifies the position and size of the pop-up window in frame coordinates
*/
void startPopupMode( [in] com::sun::star::awt::Rectangle WindowRect );
//-------------------------------------------------------------------------
- /** queries the current popup mode
+ /** queries the current pop-up mode
@returns
- <TRUE/> if the window is in popup mode
- <FALSE/> if the window is not in popup mode
+ <TRUE/> if the window is in pop-up mode
+ <FALSE/> if the window is not in pop-up mode
*/
boolean isInPopupMode();
};