summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appserv.cxx
diff options
context:
space:
mode:
authorKshitij Pathania <kshitijpathania@gmail.com>2018-02-12 03:27:50 +0530
committerHeiko Tietze <tietze.heiko@gmail.com>2018-04-02 09:27:07 +0200
commit5c573a2f7473bae7bb965ca36557cd1b0bf7b9c9 (patch)
treeb42461f9af9d5ef596bacc05c2ac601a644bfee2 /sfx2/source/appl/appserv.cxx
parente075ee967d0c030a22b7699ee54b5cbd49c07c17 (diff)
tdf#115131 made a common submenu for toolbars and notebookbars
Also added the submenu in base, maths and draw Change-Id: I94850c09c08fd3848eabe2597679634f30fbc735 Reviewed-on: https://gerrit.libreoffice.org/49575 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'sfx2/source/appl/appserv.cxx')
-rw-r--r--sfx2/source/appl/appserv.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index d73bc3a61da9..4bdb5ed30c7e 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -165,6 +165,12 @@ namespace
case vcl::EnumContext::Application::Draw:
return OUString( "Draw" );
break;
+ case vcl::EnumContext::Application::Formula:
+ return OUString( "Formula" );
+ break;
+ case vcl::EnumContext::Application::Base:
+ return OUString( "Base" );
+ break;
default:
return OUString();
break;