summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 15:32:05 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 15:32:05 +0000
commit9847fb69845a0cf9cc9555db0fe81bb7cf4c24f4 (patch)
tree66b00ddaae0774cdc277c8e8da90058a594dad08 /chart2
parentb3065d45e6617c45cb816283026453ab2dc0c32d (diff)
INTEGRATION: CWS pchfix04 (1.6.22); FILE MERGED
2007/02/05 08:38:58 os 1.6.22.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/dialogs/tp_AxisLabel.cxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/chart2/source/controller/dialogs/tp_AxisLabel.cxx b/chart2/source/controller/dialogs/tp_AxisLabel.cxx
index 8d19c6f1afd4..a3079b4ba9da 100644
--- a/chart2/source/controller/dialogs/tp_AxisLabel.cxx
+++ b/chart2/source/controller/dialogs/tp_AxisLabel.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tp_AxisLabel.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 12:58:36 $
+ * last change: $Author: kz $ $Date: 2007-05-10 16:32:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,8 +42,6 @@
#include "SchSfxItemIds.hxx"
#include "SchSlotIds.hxx"
-#define ITEMID_CHARTTEXTORDER SCHATTR_TEXT_ORDER
-// #define ITEMID_CHARTTEXTORIENT SCHATTR_TEXT_ORIENT
// header for SvxChartTextOrientItem / SvxChartTextOrderItem
#ifndef _SVX_CHRTITEM_HXX
#include <svx/chrtitem.hxx>
@@ -65,8 +63,6 @@
#endif
#include "schattr.hxx"
-#define ITEMID_CHARTTEXTORDER SCHATTR_TEXT_ORDER
-#define ITEMID_CHARTTEXTORIENT SCHATTR_TEXT_ORIENT
// header for SvxChartTextOrientItem / SvxChartTextOrderItem
#ifndef _SVX_CHRTITEM_HXX
#include <svx/chrtitem.hxx>
@@ -176,7 +172,7 @@ BOOL SchAxisLabelTabPage::FillItemSet( SfxItemSet& rOutAttrs )
bRadioButtonChecked = false;
if( bRadioButtonChecked )
- rOutAttrs.Put( SvxChartTextOrderItem( eOrder ));
+ rOutAttrs.Put( SvxChartTextOrderItem( eOrder, SCHATTR_TEXT_ORDER ));
}
if( aCbTextOverlap.GetState() != STATE_DONTKNOW )