summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorIngrid Halama [iha] <Ingrid.Halama@oracle.com>2010-12-08 09:57:08 +0100
committerIngrid Halama [iha] <Ingrid.Halama@oracle.com>2010-12-08 09:57:08 +0100
commitc8b75257f0fe4a6f13922a9cbd78acf0e72d7e91 (patch)
tree4f971eca8350696cad98c525d2abba89bb355753 /chart2
parent318558f1b5f9f86a94b0b98df5fa2300c91041fa (diff)
chart46: #i25706# implement date axis - compiler warnings
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/inc/chartview/ExplicitScaleValues.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/chart2/source/inc/chartview/ExplicitScaleValues.hxx b/chart2/source/inc/chartview/ExplicitScaleValues.hxx
index a2902391b6c2..48c9ef942d03 100644
--- a/chart2/source/inc/chartview/ExplicitScaleValues.hxx
+++ b/chart2/source/inc/chartview/ExplicitScaleValues.hxx
@@ -57,10 +57,10 @@ struct OOO_DLLPUBLIC_CHARTVIEW ExplicitScaleData
::com::sun::star::uno::Reference< ::com::sun::star::chart2::XScaling > Scaling;
- long AxisType;//see ::com::sun::star::chart2::AxisType
- bool ShiftedCategoryPosition;
- long TimeResolution; //constant of type <type>::com::sun::star::chart::TimeUnit</type>
- Date NullDate;
+ sal_Int32 AxisType;//see ::com::sun::star::chart2::AxisType
+ bool ShiftedCategoryPosition;
+ sal_Int32 TimeResolution; //constant of type <type>::com::sun::star::chart::TimeUnit</type>
+ Date NullDate;
};
struct OOO_DLLPUBLIC_CHARTVIEW ExplicitSubIncrement
@@ -72,13 +72,13 @@ struct OOO_DLLPUBLIC_CHARTVIEW ExplicitSubIncrement
sub-tick-marks are displayed between two superior ticks.
*/
- long IntervalCount;
+ sal_Int32 IntervalCount;
/** If <TRUE/>, the distance between two sub-tick-marks on the
screen is always the same. If <FALSE/>, the distances may
differ depending on the <type>XScaling</type>.
*/
- bool PostEquidistant;
+ bool PostEquidistant;
};
/** describes how tickmarks are positioned on the scale of an axis.