summaryrefslogtreecommitdiff
path: root/sw/inc/unotxdoc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unotxdoc.hxx')
-rw-r--r--sw/inc/unotxdoc.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index 48f49a2694b7..df6309d7125e 100644
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -146,11 +146,9 @@ private:
SwDocShell* m_pDocShell;
bool m_bObjectValid;
- SwXDrawPage* m_pDrawPage;
- css::uno::Reference< css::drawing::XDrawPage > mxXDrawPage;
+ rtl::Reference<SwXDrawPage> m_xDrawPage;
- css::uno::Reference< css::text::XText > m_xBodyText;
- SwXBodyText* m_pBodyText;
+ rtl::Reference<SwXBodyText> m_xBodyText;
css::uno::Reference< css::uno::XAggregation > m_xNumFormatAgg;
css::uno::Reference< css::container::XIndexAccess > mxXNumberingRules;