diff options
author | Ingrid Halama <iha@openoffice.org> | 2010-05-05 18:16:33 +0200 |
---|---|---|
committer | Ingrid Halama <iha@openoffice.org> | 2010-05-05 18:16:33 +0200 |
commit | 0581e072a69d06abd1bdcc8b5cc14771b110e6f9 (patch) | |
tree | 6834bff2bc375b855958e1fb6708a1365b86eece /chart2/source/inc/chartview | |
parent | 6444c49b780c1683e85af3f3802471c85aa8e5f4 (diff) |
chartpositioning: #i100778# simplify user interface: reduce sizing options to new excluding mode only
Diffstat (limited to 'chart2/source/inc/chartview')
-rw-r--r-- | chart2/source/inc/chartview/ChartSfxItemIds.hxx | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/chart2/source/inc/chartview/ChartSfxItemIds.hxx b/chart2/source/inc/chartview/ChartSfxItemIds.hxx index dc390791b81e..fbcce70bd1d6 100644 --- a/chart2/source/inc/chartview/ChartSfxItemIds.hxx +++ b/chart2/source/inc/chartview/ChartSfxItemIds.hxx @@ -55,16 +55,7 @@ #define SCHATTR_LEGEND_POS SCHATTR_LEGEND_START #define SCHATTR_LEGEND_END SCHATTR_LEGEND_POS -#define SCHATTR_DIAGRAM_START (SCHATTR_LEGEND_END + 1) -#define SCHATTR_DIAGRAM_POS_MODE SCHATTR_DIAGRAM_START -#define SCHATTR_DIAGRAM_RECT_TO_USE SCHATTR_DIAGRAM_START + 1 -#define SCHATTR_DIAGRAM_RECT_INCLUDING SCHATTR_DIAGRAM_START + 2 -#define SCHATTR_DIAGRAM_RECT_EXCLUDING SCHATTR_DIAGRAM_START + 3 -#define SCHATTR_DIAGRAM_RECT_MAX SCHATTR_DIAGRAM_START + 4 -#define SCHATTR_DIAGRAM_UI_SCALE SCHATTR_DIAGRAM_START + 5 -#define SCHATTR_DIAGRAM_END SCHATTR_DIAGRAM_UI_SCALE - -#define SCHATTR_TEXT_START (SCHATTR_DIAGRAM_END + 1) +#define SCHATTR_TEXT_START (SCHATTR_LEGEND_END + 1) // #define SCHATTR_TEXT_ORIENT SCHATTR_TEXT_START // name changed: #define SCHATTR_TEXT_STACKED SCHATTR_TEXT_START |