[Libreoffice-commits] core.git: sc/source

Noel Grandin noel.grandin at collabora.co.uk
Tue Jan 24 11:35:51 UTC 2017


 sc/source/filter/xml/xmlcelli.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 26f6dadb4f8570d609557c004384a509d570b518
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Tue Jan 24 13:06:26 2017 +0200

    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;


More information about the Libreoffice-commits mailing list