Kaydet (Commit) a2c09913 authored tarafından Rishabh Kumar's avatar Rishabh Kumar Kaydeden (comit) Rishabh Kumar

Remove unused controls in Pattern tab

Change-Id: Ie53dbbe652413c1ce098d1690d68ae8acc491ca4
Reviewed-on: https://gerrit.libreoffice.org/26858Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarRishabh Kumar <kris.kr296@yahoo.in>
üst cca44fe2
......@@ -630,15 +630,6 @@ public:
void SetPtrnChgd( ChangeType* pIn ) { m_pnPatternListState = pIn; }
void SetColorChgd( ChangeType* pIn ) { m_pnColorListState = pIn; }
void ChangeColor_Impl();
/** Return a label that is associated with the given control. This
label is used to the determine the name for the control.
@param pLabeled
The control for which to return a label.
@return
Return a label control that provides a name for the specified
control.
*/
virtual vcl::Window* GetParentLabeledBy( const vcl::Window* pLabeled ) const override;
};
/************************************************************************/
......
......@@ -864,13 +864,4 @@ void SvxPatternTabPage::PointChanged( vcl::Window* pWindow, RECT_POINT )
}
}
vcl::Window* SvxPatternTabPage::GetParentLabeledBy( const vcl::Window* pLabeled ) const
{
if (pLabeled == m_pLbPatterns)
return m_pLbPatternsHidden.get();
else
return SvxTabPage::GetParentLabeledBy (pLabeled);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -246,8 +246,8 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
<property name="tooltip_markup" translatable="yes">Load Bitmap List</property>
<property name="tooltip_text" translatable="yes">Load Bitmap List</property>
<property name="tooltip_markup" translatable="yes">Load Pattern List</property>
<property name="tooltip_text" translatable="yes">Load Pattern List</property>
<property name="halign">center</property>
<property name="hexpand">True</property>
<property name="image">image1</property>
......@@ -265,8 +265,8 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
<property name="tooltip_markup" translatable="yes">Save Bitmap List</property>
<property name="tooltip_text" translatable="yes">Save Bitmap List</property>
<property name="tooltip_markup" translatable="yes">Save Pattern List</property>
<property name="tooltip_text" translatable="yes">Save Pattern List</property>
<property name="halign">center</property>
<property name="hexpand">True</property>
<property name="image">image2</property>
......
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