From 41eabf7b5023d06f620c1fe67b4e8da5925157f9 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Thu, 20 Mar 2014 21:54:43 -0500 Subject: Eliminate some doxygen warnings in offapi doc Change-Id: Ibe9be186f49554deb3774e0c70de0e55c19b2f34 --- offapi/com/sun/star/report/XImageControl.idl | 2 +- offapi/com/sun/star/report/XReportComponent.idl | 2 +- offapi/com/sun/star/report/XReportDefinition.idl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'offapi/com/sun/star/report') diff --git a/offapi/com/sun/star/report/XImageControl.idl b/offapi/com/sun/star/report/XImageControl.idl index f8486b875289..799a4fe61287 100644 --- a/offapi/com/sun/star/report/XImageControl.idl +++ b/offapi/com/sun/star/report/XImageControl.idl @@ -50,7 +50,7 @@ interface XImageControl /** defines how to scale the image -

If this property is present, it supersedes the #ScaleImage property.

+

If this property is present, it supersedes the ScaleImage property.

The value of this property is one of the com::sun::star::awt::ImageScaleMode constants.

diff --git a/offapi/com/sun/star/report/XReportComponent.idl b/offapi/com/sun/star/report/XReportComponent.idl index 058c6f150561..1f43bd3b8f05 100644 --- a/offapi/com/sun/star/report/XReportComponent.idl +++ b/offapi/com/sun/star/report/XReportComponent.idl @@ -100,7 +100,7 @@ interface XReportComponent /** specifies the color of the border, if present -

Not every border style (see #Border) may support coloring. +

Not every border style (see Border) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.

*/ [attribute,bound] long ControlBorderColor diff --git a/offapi/com/sun/star/report/XReportDefinition.idl b/offapi/com/sun/star/report/XReportDefinition.idl index da38c86b45d6..fc78ad9de0f5 100644 --- a/offapi/com/sun/star/report/XReportDefinition.idl +++ b/offapi/com/sun/star/report/XReportDefinition.idl @@ -199,7 +199,7 @@ interface XReportDefinition are specified, a RowSet can be created with this information. If the results provided by the row set are to be additionally filtered, the Filter property can be used.

-

Note that the Filter property does not make sense if a #ResultSet has been specified +

Note that the Filter property does not make sense if a ResultSet has been specified in the DataAccessDescriptor.

@see com::sun::star::sdb::RowSet -- cgit