summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-02-19 16:36:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-02-19 20:15:18 +0000
commit4bc2e84c8bf9ff685ecb00b1bf782eae9ee93e8d (patch)
treeac33cae8a70032194077ba5dc6459e2dd5ff3f00 /svx
parentfabc45a6a902c8988eff087831f8b2f84ea8ae6c (diff)
no need for two triggerColumnContextMenu
Change-Id: I7c16f510fa998b63c9e845414cb01e3acdd8a3bb Reviewed-on: https://gerrit.libreoffice.org/22509 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/fmcomp/fmgridcl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx
index ddd6a7046b62..75ffd75145a7 100644
--- a/svx/source/fmcomp/fmgridcl.cxx
+++ b/svx/source/fmcomp/fmgridcl.cxx
@@ -1030,7 +1030,7 @@ void FmGridControl::Command(const CommandEvent& _rEvt)
::Rectangle aColRect( GetFieldRectPixel( 0, nSelId, false ) );
Point aRelativePos( pMyHeader->ScreenToOutputPixel( OutputToScreenPixel( aColRect.TopCenter() ) ) );
- pMyHeader->triggerColumnContextMenu( aRelativePos, FmGridHeader::AccessControl() );
+ pMyHeader->triggerColumnContextMenu(aRelativePos);
// handled
return;