diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-03 09:19:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-03 13:27:10 +0000 |
commit | 885fd98fa399013ad8aeb1d2ccfc011ea5dd7bb0 (patch) | |
tree | 5f1343d9f447f4d29e98765c21e1449dbb28963c /chart2/source/inc | |
parent | cfe54a71bf2b856917bd490d311dad6fd599c619 (diff) |
convert chart type page to .ui format
Change-Id: I2e95e0dec66b8985abad81b02722e1bf632a15e0
Diffstat (limited to 'chart2/source/inc')
-rw-r--r-- | chart2/source/inc/Strings.hrc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/chart2/source/inc/Strings.hrc b/chart2/source/inc/Strings.hrc index c3d5b44591ec..ae5c320ea83e 100644 --- a/chart2/source/inc/Strings.hrc +++ b/chart2/source/inc/Strings.hrc @@ -65,24 +65,9 @@ #define STR_TYPE_BUBBLE (RID_APP_START + 282) #define STR_BUBBLE_1 (RID_APP_START + 283) - -//additional controls for wizard: - -#define STR_BAR_GEOMETRY (RID_APP_START + 127) -#define STR_NUMBER_OF_LINES (RID_APP_START + 128) - -#define STR_3DSCHEME_SIMPLE (RID_APP_START + 231) -#define STR_3DSCHEME_REALISTIC (RID_APP_START + 232) -#define STR_3DSCHEME_CUSTOM (RID_APP_START + 259) - -#define STR_LINETYPE_STRAIGHT (RID_APP_START + 297) -#define STR_LINETYPE_SMOOTH (RID_APP_START + 298) -#define STR_LINETYPE_STEPPED (RID_APP_START + 299) - //additional strings #define STR_TEXT_SEPARATOR (RID_APP_START + 20) - //SchStatisticTabPage and SchDataStatisticsDlg //see Strings_Statistic.src |