summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltbli.hxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-09-06 16:12:40 +0200
committerDavid Tardon <dtardon@redhat.com>2016-09-09 07:30:30 +0200
commit32ccb4ea863651c22bf33cc15012971d2a2d2810 (patch)
tree83d5cdf806d72e9185b9177a558e0d5ebba373ad /sw/source/filter/xml/xmltbli.hxx
parenta013b8505534896bc926e54116ef14e7879b0545 (diff)
resolve the snafu with 2 separate refcounted bases
Change-Id: Ia275596d54ea27436f03d01297fb78b6ca09e8a6
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 daaea868f663..f12039777ef7 100644
--- a/sw/source/filter/xml/xmltbli.hxx
+++ b/sw/source/filter/xml/xmltbli.hxx
@@ -185,7 +185,7 @@ public:
inline SwXMLTableContext *SwXMLTableContext::GetParentTable() const
{
- return static_cast<SwXMLTableContext *>(&m_xParentTable);
+ return static_cast<SwXMLTableContext *>(m_xParentTable.get());
}
inline sal_uInt32 SwXMLTableContext::GetColumnCount() const