summaryrefslogtreecommitdiffstats
path: root/sc/inc/dapiuno.hxx
diff options
context:
space:
mode:
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;
};