summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report/XFixedLine.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report/XFixedLine.idl')
-rw-r--r--offapi/com/sun/star/report/XFixedLine.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/report/XFixedLine.idl b/offapi/com/sun/star/report/XFixedLine.idl
index a24c836d649c..d241b04a4f22 100644
--- a/offapi/com/sun/star/report/XFixedLine.idl
+++ b/offapi/com/sun/star/report/XFixedLine.idl
@@ -34,11 +34,9 @@
#include <com/sun/star/util/Color.idl>
#include <com/sun/star/drawing/LineDash.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
interface XFixedLine
{
interface XReportControlModel;
@@ -60,34 +58,28 @@ interface XFixedLine
*/
[attribute,bound] com::sun::star::drawing::LineStyle LineStyle;
- //-------------------------------------------------------------------------
/** This property contains the dash of the line.
*/
[attribute,bound] com::sun::star::drawing::LineDash LineDash;
- //-------------------------------------------------------------------------
/** This property contains the line color.
*/
[attribute,bound] com::sun::star::util::Color LineColor;
- //-------------------------------------------------------------------------
/** This property contains the extent of transparency.
*/
[attribute,bound] short LineTransparence;
- //-------------------------------------------------------------------------
/** This property contains the width of the line in 1/100th mm.
*/
[attribute,bound] long LineWidth;
- //-------------------------------------------------------------------------
};
-//=============================================================================
}; }; }; };