diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-20 14:05:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-21 11:45:59 +0200 |
commit | 76a3df733ebe016d8adf681d1cf591970d6f2a64 (patch) | |
tree | 05ee35a96782a22661dac66195687d3ea4ff0158 /rsc/inc/rscdb.hxx | |
parent | dc2598b7b45638847ac81c1b53bdbe43e5acef19 (diff) |
loplugin:mergeclasses RscConst with RscEnum
Change-Id: I7bd35df0751c9ffce076848edd5373e00815dbc5
Reviewed-on: https://gerrit.libreoffice.org/36772
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'rsc/inc/rscdb.hxx')
-rw-r--r-- | rsc/inc/rscdb.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index d9b222154c9a..0fbe8064fc9d 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -77,8 +77,8 @@ class RscTypCont aSysLst; // list of system resources void Init(); // initializes classes and tables - void SETCONST( RscConst *, const char *, sal_uInt32 ); - void SETCONST( RscConst *, Atom, sal_uInt32 ); + void SETCONST( RscEnum *, const char *, sal_uInt32 ); + void SETCONST( RscEnum *, Atom, sal_uInt32 ); RscEnum * InitFieldUnitsType(); RscTupel * InitStringLongTupel(); static RscCont * InitStringLongTupelList( RscTupel * pStringLongTupel ); |