summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltbli.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-09-09 10:24:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-09-09 10:24:24 +0200
commitd4b0ab2214425545aac5d98c49dc320ee39d6dc2 (patch)
treed56c6683cd059d4da65fed75b3fb72b1310e6ad5 /sw/source/filter/xml/xmltbli.hxx
parentb3c72c734087b178cbcf1622e1088335c6eaf6a7 (diff)
loplugin:refcounting
Change-Id: I3ab5f1df08670fdad3e31aadafd3a02f1925dd88
Diffstat (limited to 'sw/source/filter/xml/xmltbli.hxx')
-rw-r--r--sw/source/filter/xml/xmltbli.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmltbli.hxx b/sw/source/filter/xml/xmltbli.hxx
index 11fd9c222669..d05002253c04 100644
--- a/sw/source/filter/xml/xmltbli.hxx
+++ b/sw/source/filter/xml/xmltbli.hxx
@@ -80,7 +80,7 @@ class SwXMLTableContext : public XMLTextTableContext
SvXMLImportContextRef m_xParentTable; // if table is a sub table
- uno::Reference<SwXMLDDETableContext_Impl> m_xDDESource;
+ rtl::Reference<SwXMLDDETableContext_Impl> m_xDDESource;
bool m_bFirstSection : 1;
bool m_bRelWidth : 1;