summaryrefslogtreecommitdiff
path: root/sc/inc/dapiuno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-10-18 12:40:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-10-18 14:40:57 +0200
commit159b26e419f1642abe84d7bdc6b7de52fb1b2fb6 (patch)
tree74d5df10af806fc276204160a44093b376ba09eb /sc/inc/dapiuno.hxx
parentc89a4e31dffd803f06a6bf77710353a26eca26d3 (diff)
use rtl::Reference in sc/../uno/*
instead of manual reference counting Change-Id: I60798316f2b63800a9f539cb719305c00d91ecc5 Reviewed-on: https://gerrit.libreoffice.org/43491 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/dapiuno.hxx')
-rw-r--r--sc/inc/dapiuno.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/dapiuno.hxx b/sc/inc/dapiuno.hxx
index ab766f7e60f2..1f183501c9ba 100644
--- a/sc/inc/dapiuno.hxx
+++ b/sc/inc/dapiuno.hxx
@@ -336,7 +336,7 @@ protected:
ScDocShell* GetDocShell() const;
protected:
- ScDataPilotDescriptorBase& mrParent;
+ rtl::Reference<ScDataPilotDescriptorBase> mxParent;
ScFieldIdentifier maFieldId;
private:
@@ -615,7 +615,7 @@ public:
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override;
private:
- ScDataPilotFieldGroupsObj& mrParent;
+ rtl::Reference<ScDataPilotFieldGroupsObj> mxParent;
OUString maGroupName;
};
@@ -642,7 +642,7 @@ public:
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override;
private:
- ScDataPilotFieldGroupObj& mrParent;
+ rtl::Reference<ScDataPilotFieldGroupObj> mxParent;
OUString maName;
};