manage SvRefBase-subclass by tools::SvRef in ScXMLTableRowCellContext

ScXMLTableRowCellContext

Change-Id: Ia624e971f31cc517f65b6ae15729476cea091d86
diff --git a/sc/source/filter/xml/xmlcelli.hxx b/sc/source/filter/xml/xmlcelli.hxx
index 8831e7d..39bb757 100644
--- a/sc/source/filter/xml/xmlcelli.hxx
+++ b/sc/source/filter/xml/xmlcelli.hxx
@@ -48,7 +48,7 @@ class ScXMLTableRowCellContext : public ScXMLImportContext

    struct Field
    {
        std::unique_ptr<SvxFieldData> mpData;
        tools::SvRef<SvxFieldData> mpData;
        ESelection maSelection;

        Field(const Field&) = delete;