summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/view/tabcont.cxx
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2015-12-18 13:19:28 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2015-12-18 13:26:38 +0200
commit8a664fd83f70282d000aaedc626f1fa09a99161e (patch)
tree24e4a72551000b3e0393c0daecff58b64f60a3df /sc/source/ui/view/tabcont.cxx
parentSmall corrections to Calc context menus (diff)
downloadcore-8a664fd83f70282d000aaedc626f1fa09a99161e.tar.gz
core-8a664fd83f70282d000aaedc626f1fa09a99161e.zip
tdf#93837 Convert RID_POPUP_TAB to xml
Change-Id: Ia05fb0a568c29d7990a8a837e1df953358acfa1f
Diffstat (limited to 'sc/source/ui/view/tabcont.cxx')
-rw-r--r--sc/source/ui/view/tabcont.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabcont.cxx b/sc/source/ui/view/tabcont.cxx
index 70fecfa92c0c..7926f724d16a 100644
--- a/sc/source/ui/view/tabcont.cxx
+++ b/sc/source/ui/view/tabcont.cxx
@@ -430,7 +430,7 @@ void ScTabControl::Command( const CommandEvent& rCEvt )
// Popup-Menu:
// get Dispatcher from ViewData (ViewFrame) instead of Shell (Frame), so it can't be null
- pViewData->GetDispatcher().ExecutePopup( ScResId(RID_POPUP_TAB) );
+ pViewData->GetDispatcher().ExecutePopup( "sheettab" );
}
}