summaryrefslogtreecommitdiff
path: root/editeng/source/xml/editsource.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/xml/editsource.hxx')
-rw-r--r--editeng/source/xml/editsource.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/xml/editsource.hxx b/editeng/source/xml/editsource.hxx
index 4b49838448ad..a22728f34e4b 100644
--- a/editeng/source/xml/editsource.hxx
+++ b/editeng/source/xml/editsource.hxx
@@ -38,7 +38,7 @@ public:
private:
explicit SvxEditEngineSource( SvxEditEngineSourceImpl* pImpl );
- SvxEditEngineSourceImpl* mpImpl;
+ rtl::Reference<SvxEditEngineSourceImpl> mxImpl;
};
#endif