diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-05 21:15:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-06 09:06:20 +0100 |
commit | 924eff5cf02844ae35d0345fe361be4323371b50 (patch) | |
tree | 8e223b4016947e636b9d704a4b57ce99f7920627 /svx | |
parent | a8c7e07d45f7dce54242e7b79910e1851fc47aef (diff) |
drop empty ItemBitmap field
Change-Id: If59c1a2bda49229ff48f8ec28c23491e6d9c8c83
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/area/AreaPropertyPanel.src | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/sidebar/area/AreaPropertyPanel.src b/svx/source/sidebar/area/AreaPropertyPanel.src index 4dea34cbee45..555273c1d292 100644 --- a/svx/source/sidebar/area/AreaPropertyPanel.src +++ b/svx/source/sidebar/area/AreaPropertyPanel.src @@ -195,10 +195,6 @@ Control RID_POPUPPANEL_AREAPAGE_TRGR { Identifier = TBI_LEFT ; Text = "Rotate Left" ; - ItemBitmap = Bitmap - { - // File = "symphony/rotate_left.png" ; - }; }; }; }; @@ -216,10 +212,6 @@ Control RID_POPUPPANEL_AREAPAGE_TRGR { Identifier = TBI_RIGHT ; Text = "Rotate Right" ; - ItemBitmap = Bitmap - { - // File = "symphony/rotate_right.png" ; - }; }; }; }; |