Kaydet (Commit) 88f6ffeb authored tarafından Aron Budea's avatar Aron Budea Kaydeden (comit) Katarina Behrens

tdf#109100: Hide label for margin control in Impress

Change-Id: Ib61656913df673ebfde61e2c921f84cb81195a3b
Reviewed-on: https://gerrit.libreoffice.org/46974Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
üst e4689afb
......@@ -240,7 +240,13 @@ void SlideBackground::HandleContextChange(
if ( IsImpress() )
{
mpMasterLabel->SetText(SdResId(STR_MASTERSLIDE_LABEL));
// margin selector is only for Draw
mpMarginSelectBox->Hide();
VclPtr<FixedText> pMarginLabel;
get(pMarginLabel, "labelmargin");
if ( pMarginLabel )
pMarginLabel->Hide();
if ( maContext == maImpressMasterContext )
{
......
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