summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/swhtml.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/swhtml.hxx')
-rw-r--r--sw/source/filter/html/swhtml.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/swhtml.hxx b/sw/source/filter/html/swhtml.hxx
index 6ef39ce7dd88..7b57351e6f47 100644
--- a/sw/source/filter/html/swhtml.hxx
+++ b/sw/source/filter/html/swhtml.hxx
@@ -80,7 +80,7 @@ class HTMLAttr
bool bLikePara : 1; // Attribut ueber dem gesamten Absatz setzen
bool bValid : 1; // ist das Attribut gueltig?
- SfxPoolItem* pItem;
+ std::unique_ptr<SfxPoolItem> pItem;
HTMLAttr *pNext; // noch zu schliessene Attrs mit unterschiedl. Werten
HTMLAttr *pPrev; // bereits geschlossene aber noch nicht gesetze Attrs
HTMLAttr **ppHead; // der Listenkopf