summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/transporttypes.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-08-17 11:06:32 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-08-17 11:06:32 +0000
commit97d5e728c955ef796cab2dec0e013ad3bd6c0233 (patch)
treebebdef9a7a3c4ca5914cdf2005228dd6264dcd4d /xmloff/source/chart/transporttypes.hxx
parent70bc4b60181723d9e8646f340de8ffdc69903916 (diff)
INTEGRATION: CWS chart12 (1.8.82); FILE MERGED
2007/08/08 18:49:57 iha 1.8.82.1: #i78615# missing symbol size is not interpreted correctly for bitmap symbols
Diffstat (limited to 'xmloff/source/chart/transporttypes.hxx')
-rw-r--r--xmloff/source/chart/transporttypes.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/chart/transporttypes.hxx b/xmloff/source/chart/transporttypes.hxx
index 2bc4376574da..ae3a76733f4d 100644
--- a/xmloff/source/chart/transporttypes.hxx
+++ b/xmloff/source/chart/transporttypes.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: transporttypes.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 16:09:07 $
+ * last change: $Author: ihi $ $Date: 2007-08-17 12:06:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -160,6 +160,7 @@ struct DataRowPointStyle
::rtl::OUString msStyleName;
::rtl::OUString msSeriesStyleNameForDonuts;
sal_Int32 mnAttachedAxis;
+ bool mbSymbolSizeForSeriesIsMissingInFile;
DataRowPointStyle( StyleType eType
, const ::com::sun::star::uno::Reference<
@@ -174,7 +175,8 @@ struct DataRowPointStyle
m_nPointIndex( nPointIndex ),
m_nPointRepeat( nPointRepeat ),
msStyleName( sStyleName ),
- mnAttachedAxis( nAttachedAxis )
+ mnAttachedAxis( nAttachedAxis ),
+ mbSymbolSizeForSeriesIsMissingInFile( false )
{}
};