diff options
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxwindow.cxx | 4 |
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; } |