diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2016-05-28 14:38:03 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-30 08:08:40 +0000 |
commit | 284ca1a5840c5fcbf4f9d1eff02ae607cdc2c222 (patch) | |
tree | 347ac766d6efbb07d4b53ae465d13be5be94541f /rsc/inc | |
parent | aa0b05f1856c1be670208f7c9cbc8d8830b1e349 (diff) |
Convert RSC_TOOLBOX to scoped enum
and drop unused (in .src files) constants
Change-Id: I1ef085d128893dc3234592e248451f248efb08ba
Reviewed-on: https://gerrit.libreoffice.org/25581
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 1fbbb1850881..f137e4aa6077 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -210,8 +210,7 @@ class RscTypCont RscTop * InitClassToolBoxItem( RscTop * pSuper, RscTop * pClassBitmap, RscTop * pClassImage, RscEnum * pTriState ); - RscTop * InitClassToolBox( RscTop * pSuper, RscTop * pClassToolBoxItem, - RscTop * pClassImageList ); + RscTop * InitClassToolBox( RscTop * pSuper, RscTop * pClassToolBoxItem ); RscTop * InitClassSfxStyleFamilyItem( RscTop * pSuper, RscTop * pClassBitmap, RscTop * pClassImage, |