summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/callbacks.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/callbacks.hxx')
-rw-r--r--dbaccess/source/ui/inc/callbacks.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/dbaccess/source/ui/inc/callbacks.hxx b/dbaccess/source/ui/inc/callbacks.hxx
index 9d1c95e65019..bd4498dc5175 100644
--- a/dbaccess/source/ui/inc/callbacks.hxx
+++ b/dbaccess/source/ui/inc/callbacks.hxx
@@ -71,20 +71,9 @@ namespace dbaui
/** returns the context menu resource name for the control
Supposed to be a valid name from uiconfig/<module>/popupmenu folder.
- Nevertheless, the getContextMenu method will not be evaluated, as long
- as this method returns non-empty string.
*/
virtual OUString getContextMenuResourceName( Control& _rControl ) const = 0;
- /** returns the context menu for the control
-
- Note that the menu does not need to care for the controls selection, or its
- state in general.
- The control itself will, using the controller provided by getCommandController,
- disable menu entries as needed.
- */
- virtual VclPtr<PopupMenu> getContextMenu( Control& _rControl ) const = 0;
-
/** returns the controller which is responsible for providing states of certain features,
and executing them.
*/