summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-06-27 23:25:46 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-06-27 23:25:46 +0200
commit109afdcc3fcb415db79f8c2db2f8417343c65515 (patch)
treedfe225d9f92105370cbe1e3bc9387e8d7722d68b /chart2
parentb0eefda7585fa96a21428af4164aff13fc5e7312 (diff)
Use definition of BUTTONS_HELP_OK_CANCEL directly.
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/dialogs/CommonResources.hrc4
-rw-r--r--chart2/source/controller/dialogs/tp_ChartType.src2
2 files changed, 1 insertions, 5 deletions
diff --git a/chart2/source/controller/dialogs/CommonResources.hrc b/chart2/source/controller/dialogs/CommonResources.hrc
index 8a3ae8f9f63c..81c2a83ca05e 100644
--- a/chart2/source/controller/dialogs/CommonResources.hrc
+++ b/chart2/source/controller/dialogs/CommonResources.hrc
@@ -72,8 +72,4 @@ CancelButton BTN_CANCEL \
TabStop = TRUE ; \
};
-#define BUTTONS_HELP_OK_CANCEL_NEXT( xPos, yPos ) \
-BUTTONS_HELP_OK_CANCEL( xPos, yPos, 53, 0 )
-
-
#endif
diff --git a/chart2/source/controller/dialogs/tp_ChartType.src b/chart2/source/controller/dialogs/tp_ChartType.src
index 334c8d54a183..37361901f459 100644
--- a/chart2/source/controller/dialogs/tp_ChartType.src
+++ b/chart2/source/controller/dialogs/tp_ChartType.src
@@ -269,5 +269,5 @@ ModalDialog DLG_SPLINE_PROPERTIES
Pos = MAP_APPFONT ( 0 , POS_Y_SPLINES_4 ) ;
Size = MAP_APPFONT ( SPLINE_DIALOG_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
};
- BUTTONS_HELP_OK_CANCEL_NEXT(POS_X_SPLINES_1,POS_Y_SPLINES_5)
+ BUTTONS_HELP_OK_CANCEL( POS_X_SPLINES_1, POS_Y_SPLINES_5, 53, 0 )
};