summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/view/auditsh.cxx
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2015-12-14 17:29:03 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2015-12-14 15:52:53 +0000
commit1c035f1b0eb6f5e5fbb6c54bf2eea9a6c983eb8f (patch)
treec2364142c01b3c639bea94ab4044f94ffd874245 /sc/source/ui/view/auditsh.cxx
parentSilence warning C4334 under --enble-64-bit MSVC (diff)
downloadcore-1c035f1b0eb6f5e5fbb6c54bf2eea9a6c983eb8f.tar.gz
core-1c035f1b0eb6f5e5fbb6c54bf2eea9a6c983eb8f.zip
tdf#93837 Convert some Calc context menus to xml
TODO: - Clean the now unused defines/resources. - Several submenus are duplicated (in the menubar too). Makes sense to refactor them to separate popup menu controllers. Change-Id: I85505eda1c5fb707b1e6064007f27af7b31452bf Reviewed-on: https://gerrit.libreoffice.org/20704 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sc/source/ui/view/auditsh.cxx')
-rw-r--r--sc/source/ui/view/auditsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/auditsh.cxx b/sc/source/ui/view/auditsh.cxx
index a61d4a064439..bba0b46db499 100644
--- a/sc/source/ui/view/auditsh.cxx
+++ b/sc/source/ui/view/auditsh.cxx
@@ -39,7 +39,7 @@ SFX_IMPL_INTERFACE(ScAuditingShell, SfxShell)
void ScAuditingShell::InitInterface_Impl()
{
- GetStaticInterface()->RegisterPopupMenu(ScResId(RID_POPUP_AUDIT));
+ GetStaticInterface()->RegisterPopupMenu("audit");
}
ScAuditingShell::ScAuditingShell(ScViewData* pData) :