diff options
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/sdr/properties/cellproperties.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/inc/sdr/properties/cellproperties.hxx b/svx/inc/sdr/properties/cellproperties.hxx index 46e7b280fcd0..24106080a1d2 100644 --- a/svx/inc/sdr/properties/cellproperties.hxx +++ b/svx/inc/sdr/properties/cellproperties.hxx @@ -70,9 +70,8 @@ public: void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = nullptr) override; - sdr::table::CellRef mxCell; - private: + sdr::table::CellRef mxCell; const CellTextProvider maTextProvider; }; |