diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2016-05-30 20:15:05 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-31 06:39:52 +0000 |
commit | 59dbfecedb76ecf2ff8d464c144a0adf85eb3766 (patch) | |
tree | 4a37830b0919e2bb6ab94e2e874654318c495129 /rsc/inc | |
parent | 5ca16c7b3153395d9107f84d366c796a22930756 (diff) |
Convert RSC_TOOLBOXITEM to scoped enum
Change-Id: Ic90b6950016417d5f57963ab69fd20905a943bb7
Reviewed-on: https://gerrit.libreoffice.org/25683
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 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index 58a1b56e29ce..99f75011d891 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -206,9 +206,7 @@ class RscTypCont RscTop * InitClassDockingWindow( RscTop * pSuper, RscEnum * pMapUnit ); - RscTop * InitClassToolBoxItem( RscTop * pSuper, RscTop * pClassBitmap, - RscTop * pClassImage, - RscEnum * pTriState ); + RscTop * InitClassToolBoxItem( RscTop * pSuper, RscTop * pClassBitmap ); RscTop * InitClassToolBox( RscTop * pSuper, RscTop * pClassToolBoxItem ); RscTop * InitClassSfxStyleFamilyItem( RscTop * pSuper, RscTop * pClassBitmap, |