| commit | 26f6dadb4f8570d609557c004384a509d570b518 | [log] |
|---|---|---|
| author | Noel Grandin <noel.grandin@collabora.co.uk> | Tue Jan 24 13:06:26 2017 +0200 |
| committer | Noel Grandin <noel.grandin@collabora.co.uk> | Tue Jan 24 13:35:19 2017 +0200 |
| tree | 1a08ff5cf47d1f505cb57e776d9b3eaba3506dfa | |
| parent | a3fe4ca1b1ac5262268da456f7260f8de6de0ba1 [diff] |
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;