summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/labprt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/envelp/labprt.cxx')
-rw-r--r--sw/source/ui/envelp/labprt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/envelp/labprt.cxx b/sw/source/ui/envelp/labprt.cxx
index 65ddb7ebc746..d0fb4fbb961c 100644
--- a/sw/source/ui/envelp/labprt.cxx
+++ b/sw/source/ui/envelp/labprt.cxx
@@ -101,7 +101,7 @@ SfxTabPage* SwLabPrtPage::Create(Window* pParent, const SfxItemSet& rSet)
void SwLabPrtPage::ActivatePage( const SfxItemSet& rSet )
{
- Reset(rSet);
+ Reset(&rSet);
}
int SwLabPrtPage::DeactivatePage(SfxItemSet* _pSet)
@@ -130,7 +130,7 @@ bool SwLabPrtPage::FillItemSet(SfxItemSet* rSet)
return true;
}
-void SwLabPrtPage::Reset(const SfxItemSet& )
+void SwLabPrtPage::Reset(const SfxItemSet* )
{
SwLabItem aItem;
GetParentSwLabDlg()->GetLabItem(aItem);