From 3ba4b5a907530a93114177f30206f1bf81917464 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 28 Apr 2013 23:44:36 +0200 Subject: remove this property temporarily until I understand the exception Change-Id: I74a4dfcebd61ca1b6befa9f49214e4155ce0bd34 --- chart2/source/tools/ErrorBar.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'chart2/source') diff --git a/chart2/source/tools/ErrorBar.cxx b/chart2/source/tools/ErrorBar.cxx index cb78f8ee6d47..932efbc7bb17 100644 --- a/chart2/source/tools/ErrorBar.cxx +++ b/chart2/source/tools/ErrorBar.cxx @@ -65,7 +65,6 @@ const SfxItemPropertySet* GetErrorBarPropertySet() {MAP_CHAR_LEN("ErrorBarRangeNegative"),7,&getCppuType((OUString*)0),0,0}, // read-only for export {MAP_CHAR_LEN("Weight"),8,&getCppuType((const double*)0),0,0}, {MAP_CHAR_LEN("LineStyle"),9,&getCppuType((com::sun::star::drawing::LineStyle*)0),0,0}, - {MAP_CHAR_LEN("LineDashName"),10,&getCppuType((OUString*)0),0,0}, {MAP_CHAR_LEN("LineDash"),10,&getCppuType((drawing::LineDash*)0),0,0}, {MAP_CHAR_LEN("LineWidth"),11,&getCppuType((sal_Int32*)0),0,0}, {MAP_CHAR_LEN("LineColor"),12,&getCppuType((com::sun::star::util::Color*)0),0,0}, -- cgit