diff options
author | Björn Milcke <bm@openoffice.org> | 2001-03-29 10:08:57 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2001-03-29 10:08:57 +0000 |
commit | 8ba544319dd414d7fe5dad5e5dcb0aef527ba50f (patch) | |
tree | ec894cc854d001a88e36804946e0ab5c57651e9f /xmloff/source/chart/SchXMLChartContext.hxx | |
parent | 4c42fb4a32b97c2f6d18fb25805867d85b1f44bf (diff) |
#82030# Set Legend position only if there is a legend
Diffstat (limited to 'xmloff/source/chart/SchXMLChartContext.hxx')
-rw-r--r-- | xmloff/source/chart/SchXMLChartContext.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/chart/SchXMLChartContext.hxx b/xmloff/source/chart/SchXMLChartContext.hxx index 389b3b5c8054..1fc3404f8f6c 100644 --- a/xmloff/source/chart/SchXMLChartContext.hxx +++ b/xmloff/source/chart/SchXMLChartContext.hxx @@ -2,9 +2,9 @@ * * $RCSfile: SchXMLChartContext.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: bm $ $Date: 2001-03-27 13:23:22 $ + * last change: $Author: bm $ $Date: 2001-03-29 11:08:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -100,6 +100,7 @@ private: rtl::OUString maMainTitle, maSubTitle; com::sun::star::awt::Point maMainTitlePos, maSubTitlePos, maLegendPos; sal_Bool mbHasOwnTable; + sal_Bool mbHasLegend; com::sun::star::uno::Sequence< com::sun::star::chart::ChartSeriesAddress > maSeriesAddresses; rtl::OUString msCategoriesAddress; |