diff options
author | Rishabh Kumar <kris.kr296@gmail.com> | 2016-07-01 19:49:32 +0530 |
---|---|---|
committer | Rishabh Kumar <kris.kr296@yahoo.in> | 2016-07-01 16:15:16 +0000 |
commit | a2c09913d87127230cfc6944dc7454088f966165 (patch) | |
tree | e44146e6b1fdbcb8298b240cd134074d731120e7 /cui | |
parent | cca44fe22978c6c1c5f3ec500e5ac07becf53745 (diff) |
Remove unused controls in Pattern tab
Change-Id: Ie53dbbe652413c1ce098d1690d68ae8acc491ca4
Reviewed-on: https://gerrit.libreoffice.org/26858
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/cuitabarea.hxx | 9 | ||||
-rw-r--r-- | cui/source/tabpages/tppattern.cxx | 9 | ||||
-rw-r--r-- | cui/uiconfig/ui/patterntabpage.ui | 8 |
3 files changed, 4 insertions, 22 deletions
diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx index 397f3bc97e73..f0eee6553022 100644 --- a/cui/source/inc/cuitabarea.hxx +++ b/cui/source/inc/cuitabarea.hxx @@ -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; }; /************************************************************************/ diff --git a/cui/source/tabpages/tppattern.cxx b/cui/source/tabpages/tppattern.cxx index f28bc53e0972..3080d3340320 100644 --- a/cui/source/tabpages/tppattern.cxx +++ b/cui/source/tabpages/tppattern.cxx @@ -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: */ diff --git a/cui/uiconfig/ui/patterntabpage.ui b/cui/uiconfig/ui/patterntabpage.ui index 8f6cc5f8d681..26db14cbbdc3 100644 --- a/cui/uiconfig/ui/patterntabpage.ui +++ b/cui/uiconfig/ui/patterntabpage.ui @@ -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> |