Kaydet (Commit) 850d31f9 authored tarafından Caolán McNamara's avatar Caolán McNamara Kaydeden (comit) Christian Lohmaier

Resolves: tdf#122458 not enough values saved

Change-Id: Id71db408e756b273f8a90b15f86c76285cc2b1e1
Reviewed-on: https://gerrit.libreoffice.org/66439
Tested-by: Jenkins
Reviewed-by: 's avatarChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>
üst 69fcd630
...@@ -590,9 +590,7 @@ void SvxStdParagraphTabPage::Reset( const SfxItemSet* rSet ) ...@@ -590,9 +590,7 @@ void SvxStdParagraphTabPage::Reset( const SfxItemSet* rSet )
// because for Impress the min of first-line indent depends on value of // because for Impress the min of first-line indent depends on value of
// left-indent! // left-indent!
ELRLoseFocus(); ELRLoseFocus();
m_xAutoCB->save_state(); ChangesApplied();
m_xContextualCB->save_state();
m_xLineDist->save_value();
} }
void SvxStdParagraphTabPage::ChangesApplied() void SvxStdParagraphTabPage::ChangesApplied()
...@@ -869,12 +867,6 @@ void SvxStdParagraphTabPage::Init_Impl() ...@@ -869,12 +867,6 @@ void SvxStdParagraphTabPage::Init_Impl()
m_xRightIndent->connect_value_changed(aLink2); m_xRightIndent->connect_value_changed(aLink2);
Link<weld::MetricSpinButton&,void> aLink = LINK(this, SvxStdParagraphTabPage, ModifyHdl_Impl); Link<weld::MetricSpinButton&,void> aLink = LINK(this, SvxStdParagraphTabPage, ModifyHdl_Impl);
#if 0
//TO DO
m_xFLineIndent->SetModifyHdl( aLink );
m_xLeftIndent->SetModifyHdl( aLink );
m_xRightIndent->SetModifyHdl( aLink );
#endif
m_xTopDist->connect_value_changed(aLink); m_xTopDist->connect_value_changed(aLink);
m_xBottomDist->connect_value_changed(aLink); m_xBottomDist->connect_value_changed(aLink);
...@@ -943,7 +935,7 @@ void SvxStdParagraphTabPage::EnableAbsLineDist(long nMinTwip) ...@@ -943,7 +935,7 @@ void SvxStdParagraphTabPage::EnableAbsLineDist(long nMinTwip)
nMinFixDist = nMinTwip; nMinFixDist = nMinTwip;
} }
void SvxStdParagraphTabPage::PageCreated(const SfxAllItemSet& aSet) void SvxStdParagraphTabPage::PageCreated(const SfxAllItemSet& aSet)
{ {
/* different bit represent call to different method of SvxStdParagraphTabPage /* different bit represent call to different method of SvxStdParagraphTabPage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment