summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-26 14:41:07 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-26 14:41:07 -0400
commit109e2a783d029de8828cb980fd55441749e4a3f7 (patch)
tree50bfaebdf8d0f9e571f73777dca18c9a6618ca5e /sc/inc/cellsuno.hxx
parent69da3e140d58a524ab43c8fbbadbd8b8bf9de262 (diff)
Ditto. Use rtl::Reference.
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index c631569e24d0..9bf0b3b7460a 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -33,6 +33,7 @@
#include "rangelst.hxx" // ScRangeList
#include "formula/grammar.hxx"
+#include "rtl/ref.hxx"
#include <tools/link.hxx>
#include <svl/lstner.hxx>
#include <svl/listener.hxx>
@@ -833,7 +834,7 @@ class SC_DLLPUBLIC ScCellObj : public ScCellRangeObj,
public com::sun::star::document::XActionLockable
{
private:
- SvxUnoText* pUnoText;
+ rtl::Reference<SvxUnoText> mxUnoText;
const SfxItemPropertySet* pCellPropSet;
ScAddress aCellPos;
sal_Int16 nActionLockCount;