diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-18 15:27:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-19 08:36:31 +0000 |
commit | 1690b84015b7fa882076d6fb7d79e1959e467544 (patch) | |
tree | 20aa80fa0b6f362ae4afab067d5449a3b790c0b8 /rsc/inc/rscdb.hxx | |
parent | 6581152f036e94f27fc2b37b4c836a1733a1a471 (diff) |
loplugin:expandablemethodds in reportdesign..sal
Change-Id: Idb133e442b881d263fcb83a4858c4a08b451c0f0
Reviewed-on: https://gerrit.libreoffice.org/30032
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'rsc/inc/rscdb.hxx')
-rw-r--r-- | rsc/inc/rscdb.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index c4663c41f1aa..715a88f2a94e 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -151,7 +151,6 @@ class RscTypCont inline void SETCONST( RscConst *p1, Atom p2, MenuItemBits p3 ) { SETCONST(p1, p2, static_cast<sal_uInt32>(p3)); } inline void SETCONST( RscConst *p1, const char * p2, SfxStyleFamily p3 ) { SETCONST(p1, p2, static_cast<sal_uInt16>(p3)); } inline void SETCONST( RscConst *p1, const char * p2, MapUnit p3 ) { SETCONST(p1, p2, static_cast<sal_uInt16>(p3)); } - void InitLangType(); RscEnum * InitFieldUnitsType(); RscEnum * InitColor(); RscEnum * InitMapUnit(); |