diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-05-30 16:50:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-05-31 15:07:00 +0200 |
commit | 490e9dbade4f9d69cab4b1ec435944c9b4d2f6c2 (patch) | |
tree | 9ee234da59e1ae7528efd45bb53d48d051697071 /sc/source/ui/drawfunc/graphsh.cxx | |
parent | e0e12738449063abd9aad34ef78d26183ff11d6a (diff) |
disambiguate dual use of toolbar ids
for toolbar title string resource and identifier (for config)
Change-Id: I2657c3cbb586a62d8075db7cb43cc064b2030f28
Reviewed-on: https://gerrit.libreoffice.org/38274
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 'sc/source/ui/drawfunc/graphsh.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/graphsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/drawfunc/graphsh.cxx b/sc/source/ui/drawfunc/graphsh.cxx index 9c1dfe325e49..418347d190fd 100644 --- a/sc/source/ui/drawfunc/graphsh.cxx +++ b/sc/source/ui/drawfunc/graphsh.cxx @@ -48,7 +48,7 @@ void ScGraphicShell::InitInterface_Impl() { GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, SfxVisibilityFlags::Standard | SfxVisibilityFlags::Server, - RID_GRAPHIC_OBJECTBAR); + ToolbarId::Graphic_Objectbar); GetStaticInterface()->RegisterPopupMenu("graphic"); } |