From 0a4ab18178109517d76162e1a8ad1ecf7f2b5133 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 10 May 2007 15:31:20 +0000 Subject: INTEGRATION: CWS pchfix04 (1.4.22); FILE MERGED 2007/02/05 08:38:57 os 1.4.22.1: #i73604# usage of ITEMID_* removed --- chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx') diff --git a/chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx b/chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx index 5d609b6d090c..8c4bb6c1a5f9 100644 --- a/chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx +++ b/chart2/source/controller/dialogs/dlg_InsertDataLabel.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dlg_InsertDataLabel.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2007-04-26 09:35:02 $ + * last change: $Author: kz $ $Date: 2007-05-10 16:31:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,7 +46,6 @@ #include #endif // header for class SvxChartDataDescrItem -#define ITEMID_CHARTDATADESCR SCHATTR_DATADESCR_DESCR #ifndef _SVX_CHRTITEM_HXX #include #endif @@ -210,7 +209,7 @@ void SchDataDescrDlg::GetAttr(SfxItemSet& rOutAttrs) else eDescr = CHDESCR_NONE; - rOutAttrs.Put(SvxChartDataDescrItem(eDescr)); + rOutAttrs.Put(SvxChartDataDescrItem(eDescr, SCHATTR_DATADESCR_DESCR)); rOutAttrs.Put(SfxBoolItem( SCHATTR_DATADESCR_SHOW_SYM, aCbSymbol.IsChecked()) ); } -- cgit