summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-05-02 20:17:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-05-04 09:45:57 +0200
commitd78f9b5cca2415c0d3bc4d081dec19a0ce976cb7 (patch)
treed3f445f7084cc52147e0e583bf527d0da67b182a /offapi
parentece86ef173cbc070c76f180d02ac80c65e07fff9 (diff)
final 'next incompatible build' TODO
from commit 22ff1aff328874d0d42875552f9a3d2db37b83fb Date: Thu Sep 9 14:12:47 2004 +0000 INTEGRATION: CWS toolbars2 (1.47.22); FILE MERGED 2004/08/24 13:53:25 ssa 1.47.22.2: #i32185# prepare removal of useless interface just mark as deprecated in the .idl and leave the stubs alone Change-Id: I0c0c4dccccb1b35add82306870519e2e94c044d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115010 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/XDockableWindow.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/XDockableWindow.idl b/offapi/com/sun/star/awt/XDockableWindow.idl
index 400283827bae..d34289a5bdb8 100644
--- a/offapi/com/sun/star/awt/XDockableWindow.idl
+++ b/offapi/com/sun/star/awt/XDockableWindow.idl
@@ -100,6 +100,8 @@ interface XDockableWindow : com::sun::star::uno::XInterface
the corresponding events
@param WindowRect
specifies the position and size of the pop-up window in frame coordinates
+
+ @deprecated - doesn't do anything
*/
void startPopupMode( [in] com::sun::star::awt::Rectangle WindowRect );
@@ -108,6 +110,8 @@ interface XDockableWindow : com::sun::star::uno::XInterface
@returns
`TRUE` if the window is in pop-up mode
`FALSE` if the window is not in pop-up mode
+
+ @deprecated - always returns `FALSE`
*/
boolean isInPopupMode();
};