summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-20 13:55:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-23 07:56:34 +0200
commit8abcd0c38707a61fe5175840f19c2d0a9f8825ee (patch)
tree5d6071aabac0b6e1eca9a5bd857d83fbe42752ad /include
parentdc3377528186f4f111553530fa0ffd7f64711f64 (diff)
use tools::SvRef in ImpSdrObjTextLinkUserData
since the field is SvRefBase-derived Change-Id: Ie84c48daf93e3805b2db240a497a8496779fe750
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdotext.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx
index 1790e48f7201..3a8ddca92ae6 100644
--- a/include/svx/svdotext.hxx
+++ b/include/svx/svdotext.hxx
@@ -32,6 +32,7 @@
#include <svx/svxdllapi.h>
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
#include <svx/svdpagv.hxx>
+#include <rtl/ref.hxx>
// forward declarations
@@ -105,7 +106,7 @@ class ImpSdrObjTextLinkUserData : public SdrObjUserData
OUString aFileName; // Name des referenzierten Dokuments
OUString aFilterName; // ggf. ein Filter
DateTime aFileDate0; // Unnoetiges neuladen vermeiden
- std::unique_ptr<ImpSdrObjTextLink>
+ tools::SvRef<ImpSdrObjTextLink>
pLink;
rtl_TextEncoding eCharSet;