summaryrefslogtreecommitdiff
path: root/sc/inc/textuno.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-26 14:32:46 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-26 14:33:28 -0400
commit69da3e140d58a524ab43c8fbbadbd8b8bf9de262 (patch)
tree8939910cd16fe8aba87548ee533384940bb98f58 /sc/inc/textuno.hxx
parenta0c9ebf4835af795a02cde21da870a0e1ef475d3 (diff)
Let's use rtl::Reference instead of a raw pointer and manual refcount adjust..
Diffstat (limited to 'sc/inc/textuno.hxx')
-rw-r--r--sc/inc/textuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx
index db2d66064460..fd110c3a886b 100644
--- a/sc/inc/textuno.hxx
+++ b/sc/inc/textuno.hxx
@@ -161,7 +161,7 @@ class ScHeaderFooterTextObj : public cppu::WeakImplHelper5<
{
private:
ScHeaderFooterTextData aTextData;
- SvxUnoText* pUnoText;
+ rtl::Reference<SvxUnoText> mxUnoText;
void CreateUnoText_Impl();