summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-10-30 11:57:52 +0000
committerThomas Lange <tl@openoffice.org>2002-10-30 11:57:52 +0000
commita6b6ac033ad03bbc4a9006c8f650acf69847220a (patch)
treeaaccbe1c564e5822bed7bc79411fbe8c0046878b /offapi/com/sun/star/drawing
parented93dbc71e3f21a6b76b66a10fba822791bd570a (diff)
#78669# Optional flag added to proerties since the XPropertySet interface is optional
Diffstat (limited to 'offapi/com/sun/star/drawing')
-rw-r--r--offapi/com/sun/star/drawing/GenericDrawPage.idl18
1 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/drawing/GenericDrawPage.idl b/offapi/com/sun/star/drawing/GenericDrawPage.idl
index d1ef72a13bd1..573c12af89c0 100644
--- a/offapi/com/sun/star/drawing/GenericDrawPage.idl
+++ b/offapi/com/sun/star/drawing/GenericDrawPage.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: GenericDrawPage.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-10-02 15:12:09 $
+ * last change: $Author: tl $ $Date: 2002-10-30 12:57:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -186,42 +186,42 @@ service GenericDrawPage
// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::BorderBottom
/** This is the border at the bottom.
*/
- [property] long BorderBottom;
+ [optional, property] long BorderBottom;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::BorderLeft
/** This is the border at the left.
*/
- [property] long BorderLeft;
+ [optional, property] long BorderLeft;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::BorderRight
/** This is the border at the right.
*/
- [property] long BorderRight;
+ [optional, property] long BorderRight;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::BorderTop
/** This is the border at the top.
*/
- [property] long BorderTop;
+ [optional, property] long BorderTop;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::Height
/** This is the height.
*/
- [property] long Height;
+ [optional, property] long Height;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::Width
/** This is the width.
*/
- [property] long Width;
+ [optional, property] long Width;
//-------------------------------------------------------------------------
@@ -235,7 +235,7 @@ service GenericDrawPage
// DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::Orientation
/** This is the orientation of this page.
*/
- [property] com::sun::star::view::PaperOrientation Orientation;
+ [optional, property] com::sun::star::view::PaperOrientation Orientation;
//-------------------------------------------------------------------------