summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/TimeIncrement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/TimeIncrement.idl')
-rw-r--r--offapi/com/sun/star/chart/TimeIncrement.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/chart/TimeIncrement.idl b/offapi/com/sun/star/chart/TimeIncrement.idl
index c9813f5d97c5..fec1def0cad0 100644
--- a/offapi/com/sun/star/chart/TimeIncrement.idl
+++ b/offapi/com/sun/star/chart/TimeIncrement.idl
@@ -30,19 +30,19 @@ module com { module sun { module star { module chart {
*/
published struct TimeIncrement
{
- /** if the any contains a struct of type <type>::com::sun::star::chart::TimeInterval</type>
+ /** if the any contains a struct of type ::com::sun::star::chart::TimeInterval
this is used as a fixed distance value for the major tickmarks. Otherwise, if the any is empty or contains an
incompatible type, the distance between major tickmarks is calculated automatically by the application.
*/
any MajorTimeInterval;
- /** if the any contains a struct of type <type>::com::sun::star::chart::TimeInterval</type>
+ /** if the any contains a struct of type ::com::sun::star::chart::TimeInterval
this is used as a fixed distance value for the minor tickmarks. Otherwise, if the any is empty or contains an
incompatible type, the distance between minor tickmarks is calculated automatically by the application.
*/
any MinorTimeInterval;
- /** if the any contains a constant of type <type>::com::sun::star::chart::TimeUnit</type>
+ /** if the any contains a constant of type ::com::sun::star::chart::TimeUnit
this is the smallest time unit that is displayed on the date-time axis.
Otherwise, if the any is empty or contains an incompatible type,
the resolution is choosen automatically by the application.