diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-12-15 12:01:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-12-15 12:01:46 +0000 |
commit | d4d0eff0e8fbbd53af86a47b41aa78be8db0199f (patch) | |
tree | 2ebdb64c72b4ee1f886ca6676bb7e72534a2a7b8 | |
parent | b560ecc75ec8cca50ec87e51390da033d4d21ed0 (diff) |
CWS-TOOLING: integrate CWS tl56_DEV300
-rw-r--r-- | dbaccess/source/ui/control/dbtreelistbox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/control/dbtreelistbox.cxx b/dbaccess/source/ui/control/dbtreelistbox.cxx index af2f7e0939bf..cd2bf2a4ad25 100644 --- a/dbaccess/source/ui/control/dbtreelistbox.cxx +++ b/dbaccess/source/ui/control/dbtreelistbox.cxx @@ -639,7 +639,7 @@ PopupMenu* DBTreeListBox::CreateContextMenu( void ) aEvent.ExecutePosition.X = -1; aEvent.ExecutePosition.Y = -1; aEvent.ActionTriggerContainer = ::framework::ActionTriggerHelper::CreateActionTriggerContainerFromMenu( - m_xORB, pContextMenu.get() ); + m_xORB, pContextMenu.get(), 0 ); aEvent.Selection = new SelectionSupplier( m_pContextMenuProvider->getCurrentSelection( *this ) ); ::cppu::OInterfaceIteratorHelper aIter( *pInterceptors ); |