diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2016-05-14 20:11:29 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-16 06:42:57 +0000 |
commit | ee6af9f72c298972d7f255aa92f365b33a9e53b2 (patch) | |
tree | d140aea776f65c9778a231920b8e93f0c346022e /rsc/inc | |
parent | 743cdf36d128bc1d0ea3315675b0bb5f85388099 (diff) |
convert RSC_MENUITEM to scoped enum
Change-Id: I35469edc7d8e5621f016f5eba613474d45711cd3
Reviewed-on: https://gerrit.libreoffice.org/24998
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'rsc/inc')
-rw-r--r-- | rsc/inc/rscdb.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index 07db8596fd24..a84af73eafa4 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -198,8 +198,7 @@ class RscTypCont RscTop * InitClassKeyCode( RscTop * pSuper, RscEnum * pKey ); RscTop * InitClassAccelItem( RscTop * pSuper, RscTop * pKeyCode ); RscTop * InitClassAccel( RscTop * pSuper, RscTop * pClassAccelItem ); - RscTop * InitClassMenuItem( RscTop * pSuper, RscTop * pClassBitmap, - RscTop * pClassKeyCode ); + RscTop * InitClassMenuItem( RscTop * pSuper, RscTop * pClassBitmap ); RscTop * InitClassMenu( RscTop * pSuper, RscTop * pMenuItem ); RscTop * InitClassNumericFormatter( RscTop * pSuper ); |