From d78f9b5cca2415c0d3bc4d081dec19a0ce976cb7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 2 May 2021 20:17:34 +0100 Subject: final 'next incompatible build' TODO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- offapi/com/sun/star/awt/XDockableWindow.idl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'offapi/com') 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(); }; -- cgit v1.2.3