Kaydet (Commit) b426b026 authored tarafından ekuiitr's avatar ekuiitr Kaydeden (comit) Tamás Zolnai

tdf#111723 Fixed - Dialog does not remember the last opened tab page

Change-Id: Ife6d0eb9ea13d2a0534f316db001dbb3b6a716eb
Reviewed-on: https://gerrit.libreoffice.org/47050Reviewed-by: 's avatarTamás Zolnai <tamas.zolnai@collabora.com>
Tested-by: 's avatarTamás Zolnai <tamas.zolnai@collabora.com>
üst a9b202a6
......@@ -80,8 +80,6 @@ SvxAreaTabDialog::SvxAreaTabDialog
m_nTransparenceTabPage = AddTabPage( "RID_SVXPAGE_TRANSPARENCE", SvxTransparenceTabPage::Create, nullptr);
SetCurPageId( "RID_SVXPAGE_AREA" );
CancelButton& rBtnCancel = GetCancelButton();
rBtnCancel.SetClickHdl( LINK( this, SvxAreaTabDialog, CancelHdlImpl ) );
}
......
......@@ -93,8 +93,6 @@ SvxLineTabDialog::SvxLineTabDialog
m_nStyleTabPage = AddTabPage( "RID_SVXPAGE_LINE_DEF", SvxLineDefTabPage::Create, nullptr);
m_nEndTabPage = AddTabPage( "RID_SVXPAGE_LINEEND_DEF", SvxLineEndDefTabPage::Create, nullptr);
SetCurPageId( "RID_SVXPAGE_LINE" );
CancelButton& rBtnCancel = GetCancelButton();
rBtnCancel.SetClickHdl( LINK( this, SvxLineTabDialog, CancelHdlImpl ) );
}
......
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