summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/sdr/UndoActions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/sdr/UndoActions.cxx')
-rw-r--r--reportdesign/source/core/sdr/UndoActions.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/core/sdr/UndoActions.cxx b/reportdesign/source/core/sdr/UndoActions.cxx
index 02585c420eaa..8616ee612d4d 100644
--- a/reportdesign/source/core/sdr/UndoActions.cxx
+++ b/reportdesign/source/core/sdr/UndoActions.cxx
@@ -383,7 +383,7 @@ OUndoPropertyGroupSectionAction::OUndoPropertyGroupSectionAction(
Reference< XPropertySet> OUndoPropertyGroupSectionAction::getObject()
{
- return m_pMemberFunction(&m_aGroupHelper).get();
+ return m_pMemberFunction(&m_aGroupHelper);
}
OUndoPropertyReportSectionAction::OUndoPropertyReportSectionAction(
@@ -398,7 +398,7 @@ OUndoPropertyReportSectionAction::OUndoPropertyReportSectionAction(
Reference< XPropertySet> OUndoPropertyReportSectionAction::getObject()
{
- return m_pMemberFunction(&m_aReportHelper).get();
+ return m_pMemberFunction(&m_aReportHelper);
}
} // rptui