summaryrefslogtreecommitdiff
path: root/toolkit
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 /toolkit
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 'toolkit')
-rw-r--r--toolkit/source/awt/vclxwindow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx
index b178fc57cd58..4649a146d6e7 100644
--- a/toolkit/source/awt/vclxwindow.cxx
+++ b/toolkit/source/awt/vclxwindow.cxx
@@ -2409,12 +2409,12 @@ void SAL_CALL VCLXWindow::unlock( )
void SAL_CALL VCLXWindow::startPopupMode( const css::awt::Rectangle& )
{
- // TODO: remove interface in the next incompatible build
+ // deprecated
}
sal_Bool SAL_CALL VCLXWindow::isInPopupMode( )
{
- // TODO: remove interface in the next incompatible build
+ // deprecated
return false;
}