cui/source/tabpages/tppattern.cxx | 2 +- cui/uiconfig/ui/patterntabpage.ui | 18 +----------------- 2 files changed, 2 insertions(+), 18 deletions(-)
New commits: commit 4fbd96f6b34244bc274f2471474f9bacf2d6f4c1 Author: Rishabh Kumar <[email protected]> Date: Thu Jun 30 23:03:19 2016 +0530 Minor changes for Pattern tab Change-Id: Ibc10b24c2367fd7a6ca068ee61fd4098d2f66bdb Reviewed-on: https://gerrit.libreoffice.org/26825 Tested-by: Jenkins <[email protected]> Reviewed-by: Rishabh Kumar <[email protected]> diff --git a/cui/source/tabpages/tppattern.cxx b/cui/source/tabpages/tppattern.cxx index b90a5bd..f28bc53 100644 --- a/cui/source/tabpages/tppattern.cxx +++ b/cui/source/tabpages/tppattern.cxx @@ -52,7 +52,7 @@ using namespace com::sun::star; SvxPatternTabPage::SvxPatternTabPage( vcl::Window* pParent, const SfxItemSet& rInAttrs) : SvxTabPage ( pParent, - "BitmapTabPage", + "PatternTabPage", "cui/ui/patterntabpage.ui", rInAttrs ), m_rOutAttrs ( rInAttrs ), diff --git a/cui/uiconfig/ui/patterntabpage.ui b/cui/uiconfig/ui/patterntabpage.ui index cce4493..8f6cc5f 100644 --- a/cui/uiconfig/ui/patterntabpage.ui +++ b/cui/uiconfig/ui/patterntabpage.ui @@ -13,7 +13,7 @@ <property name="can_focus">False</property> <property name="pixbuf">res/sc05502.png</property> </object> - <object class="GtkBox" id="BitmapTabPage"> + <object class="GtkBox" id="PatternTabPage"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> @@ -239,7 +239,6 @@ <object class="GtkGrid" id="grid4"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="row_spacing">6</property> <property name="column_spacing">6</property> <child> <object class="GtkButton" id="BTN_LOAD"> @@ -279,21 +278,6 @@ <property name="height">1</property> </packing> </child> - <child> - <object class="GtkLabel" id="FT_BITMAPS_HIDDEN"> - <property name="can_focus">False</property> - <property name="label" translatable="yes">Bitmap</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">1</property> - <property name="width">1</property> - <property name="height">1</property> - </packing> - </child> - <child> - <placeholder/> - </child> </object> <packing> <property name="expand">False</property> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
