summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/frame/BorderWidths.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/BorderWidths.idl')
-rw-r--r--offapi/com/sun/star/frame/BorderWidths.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/frame/BorderWidths.idl b/offapi/com/sun/star/frame/BorderWidths.idl
index 94a99dff66de..7259b62f16d4 100644
--- a/offapi/com/sun/star/frame/BorderWidths.idl
+++ b/offapi/com/sun/star/frame/BorderWidths.idl
@@ -20,39 +20,32 @@
#define __com_sun_star_frame_BorderWidths_idl__
-//============================================================================
module com { module sun { module star { module frame {
-//============================================================================
/** specifies a border area by offsets from each side.
*/
struct BorderWidths
{
- //------------------------------------------------------------------------
/** specifies the offset from left border.
*/
long Left;
- //------------------------------------------------------------------------
/** specifies the offset from top border.
*/
long Top;
- //------------------------------------------------------------------------
/** specifies the offset from right border.
*/
long Right;
- //------------------------------------------------------------------------
/** specifies the offset from bottom border.
*/
long Bottom;
};
-//============================================================================
}; }; }; };