summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/envprt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/envelp/envprt.cxx')
-rw-r--r--sw/source/ui/envelp/envprt.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/envelp/envprt.cxx b/sw/source/ui/envelp/envprt.cxx
index 2b4379d97895..b256af9cdb2d 100644
--- a/sw/source/ui/envelp/envprt.cxx
+++ b/sw/source/ui/envelp/envprt.cxx
@@ -175,8 +175,8 @@ void SwEnvPrtPage::FillItem(SwEnvItem& rItem)
rItem.eAlign = (SwEnvAlign) (nOrient);
rItem.bPrintFromAbove = m_pTopButton->IsChecked();
- rItem.lShiftRight = static_cast< sal_Int32 >(GetFldVal(*m_pRightField));
- rItem.lShiftDown = static_cast< sal_Int32 >(GetFldVal(*m_pDownField ));
+ rItem.lShiftRight = static_cast< sal_Int32 >(GetFieldVal(*m_pRightField));
+ rItem.lShiftDown = static_cast< sal_Int32 >(GetFieldVal(*m_pDownField ));
}
bool SwEnvPrtPage::FillItemSet(SfxItemSet* rSet)
@@ -197,8 +197,8 @@ void SwEnvPrtPage::Reset(const SfxItemSet* rSet)
else
m_pBottomButton->Check();
- SetFldVal(*m_pRightField, rItem.lShiftRight);
- SetFldVal(*m_pDownField , rItem.lShiftDown );
+ SetFieldVal(*m_pRightField, rItem.lShiftRight);
+ SetFieldVal(*m_pDownField , rItem.lShiftDown );
ActivatePage(*rSet);
ClickHdl(m_pTopButton);