summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/ChartTypeDialogController.cxx
diff options
context:
space:
mode:
authorRicardo Moreno <parcero.cubano@gmail.com>2010-11-08 12:01:47 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-11-08 12:01:47 -0500
commit6a0632fe7e16a6dd25b34df34788598ba06c6771 (patch)
treed40965713205df1e8c0f6940cba072e4a4cbfd01 /chart2/source/controller/dialogs/ChartTypeDialogController.cxx
parent56b9f35f0ec0c2227fcd3f1fda0dcca4df879c35 (diff)
Removed commented-out code.
Diffstat (limited to 'chart2/source/controller/dialogs/ChartTypeDialogController.cxx')
-rw-r--r--chart2/source/controller/dialogs/ChartTypeDialogController.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/chart2/source/controller/dialogs/ChartTypeDialogController.cxx b/chart2/source/controller/dialogs/ChartTypeDialogController.cxx
index 60c2d87ec784..6134650bc507 100644
--- a/chart2/source/controller/dialogs/ChartTypeDialogController.cxx
+++ b/chart2/source/controller/dialogs/ChartTypeDialogController.cxx
@@ -66,11 +66,6 @@ using namespace ::com::sun::star::chart2;
#define SELECT_BITMAP(name) Bitmap( SchResId( bIsHighContrast ? name ## _HC : name ))
#define SELECT_IMAGE(name) Image( SchResId( bIsHighContrast ? name ## _HC : name ))
-/*
- ( C2U( "com.sun.star.chart2.template.Surface" ), CHSTYLE_3D_SURFACE)
- ( C2U( "com.sun.star.chart2.template.Addin" ), CHSTYLE_ADDIN)
-*/
-
ChartTypeParameter::ChartTypeParameter()
: nSubTypeIndex( 1 )
, bXAxisWithValues( false )