summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/XDockableWindow.idl
diff options
context:
space:
mode:
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();
};