diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-30 11:24:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-30 11:58:48 +0100 |
commit | 6f45913394a931f2053c7b1cba52bdfd79a3093b (patch) | |
tree | ee20b3107f4d6dcee01bc8226b5491093d0a9f39 /svx/source/inc/cell.hxx | |
parent | c7660cc543903c26c30d22e70e42deab9573c94d (diff) |
loplugin:constantparam in svx
Change-Id: Ifaad1083b1561b2bd908e798e06fbff8bbabbe60
Reviewed-on: https://gerrit.libreoffice.org/44048
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/inc/cell.hxx')
-rw-r--r-- | svx/source/inc/cell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/cell.hxx b/svx/source/inc/cell.hxx index b7905acf7b70..47a1f0f8bc4a 100644 --- a/svx/source/inc/cell.hxx +++ b/svx/source/inc/cell.hxx @@ -55,7 +55,7 @@ class SVX_DLLPUBLIC Cell : public SdrText, friend class CellUndo; public: - SVX_DLLPRIVATE static rtl::Reference< Cell > create( SdrTableObj& rTableObj, OutlinerParaObject* pOutlinerParaObject ); + SVX_DLLPRIVATE static rtl::Reference< Cell > create( SdrTableObj& rTableObj ); // private SVX_DLLPRIVATE void dispose(); |