diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2018-01-16 01:30:04 +0300 |
---|---|---|
committer | Gülşah Köse <gulsah.1004@gmail.com> | 2018-01-25 12:05:00 +0100 |
commit | a626e249033fb9a7ac117e28f3152cedf98b61fc (patch) | |
tree | 6d4fa2a5e6b4044fcdbbd323c93c428934b151e6 /sc/source/ui/view/cellsh1.cxx | |
parent | ec4de8ff110d6064303f4a1027e4d55c29c4db54 (diff) |
[Pardus] tdf#108989 Add contextual manage names command.
If cursor in a named range .uno:DefineCurrentName command
appears on context menu. Opens manage names dialog.
This patch is sponsored by ULAKBIM/Pardus project.
Change-Id: I730fd427fa3d6f5c92563282ff8ca3c0e668eddd
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/47925
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sc/source/ui/view/cellsh1.cxx')
-rw-r--r-- | sc/source/ui/view/cellsh1.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx index 4f075c981999..9a1e7dc8a3cf 100644 --- a/sc/source/ui/view/cellsh1.cxx +++ b/sc/source/ui/view/cellsh1.cxx @@ -1883,6 +1883,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq ) break; case FID_DEFINE_NAME: + case FID_DEFINE_CURRENT_NAME: if ( pReqArgs ) { const SfxPoolItem* pItem; |