diff options
author | Kshitij Pathania <kshitijpathania@gmail.com> | 2018-02-12 03:27:50 +0530 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2018-04-02 09:27:07 +0200 |
commit | 5c573a2f7473bae7bb965ca36557cd1b0bf7b9c9 (patch) | |
tree | b42461f9af9d5ef596bacc05c2ac601a644bfee2 /include | |
parent | e075ee967d0c030a22b7699ee54b5cbd49c07c17 (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 'include')
-rw-r--r-- | include/vcl/EnumContext.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/EnumContext.hxx b/include/vcl/EnumContext.hxx index f96265c27278..fb64302ccf4d 100644 --- a/include/vcl/EnumContext.hxx +++ b/include/vcl/EnumContext.hxx @@ -43,6 +43,8 @@ public: Chart, Draw, Impress, + Formula, + Base, // For your convenience to avoid duplicate code in the common // case that Draw and Impress use identical context configurations. |