diff options
author | Jan Holesovsky <kendy@suse.cz> | 2013-07-10 19:08:11 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-07-11 14:59:11 +0200 |
commit | 09b3a00b8eb0709f0606d024c242b345ef2f364d (patch) | |
tree | c9805d69b432cd4e97e3eb8bab304cfa7669226c /svx | |
parent | dae88bf60adf1b7c9dccd79bdc1f444b91732a08 (diff) |
Unused, kill these src/hrc entries.
Change-Id: I96bd136313d77f3d3d9aee53c0b916d515004ba9
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/line/LinePropertyPanel.hrc | 1 | ||||
-rw-r--r-- | svx/source/sidebar/line/LinePropertyPanel.src | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/sidebar/line/LinePropertyPanel.hrc b/svx/source/sidebar/line/LinePropertyPanel.hrc index d3940c658c43..245c6824285d 100644 --- a/svx/source/sidebar/line/LinePropertyPanel.hrc +++ b/svx/source/sidebar/line/LinePropertyPanel.hrc @@ -31,7 +31,6 @@ #define LB_CAPSTYLE 21 #define IMG_COLOR 23 -#define IMG_COLOR_NO 24 #define IMG_NONE_ICON 36 #define IMG_WIDTH1_ICON 41 diff --git a/svx/source/sidebar/line/LinePropertyPanel.src b/svx/source/sidebar/line/LinePropertyPanel.src index 07441d867cdb..c1cda86027b3 100644 --- a/svx/source/sidebar/line/LinePropertyPanel.src +++ b/svx/source/sidebar/line/LinePropertyPanel.src @@ -59,11 +59,6 @@ Control RID_SIDEBAR_LINE_PANEL { ImageBitmap = Bitmap{File = "symphony/Line_color.png";}; }; - Image IMG_COLOR_NO - { - ImageBitmap = Bitmap{File = "symphony/no color.png";}; - }; - Image IMG_NONE_ICON { ImageBitmap = Bitmap{File = "symphony/blank.png";}; |