summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-24 13:06:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-24 13:35:19 +0200
commit26f6dadb4f8570d609557c004384a509d570b518 (patch)
tree1a08ff5cf47d1f505cb57e776d9b3eaba3506dfa /sc
parenta3fe4ca1b1ac5262268da456f7260f8de6de0ba1 (diff)
manage SvRefBase-subclass by tools::SvRef in ScXMLTableRowCellContext
ScXMLTableRowCellContext Change-Id: Ia624e971f31cc517f65b6ae15729476cea091d86
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xml/xmlcelli.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlcelli.hxx b/sc/source/filter/xml/xmlcelli.hxx
index 8831e7d0ebfa..39bb757ca95a 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;