summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table')
-rw-r--r--offapi/com/sun/star/table/CellProperties.idl12
1 files changed, 10 insertions, 2 deletions
diff --git a/offapi/com/sun/star/table/CellProperties.idl b/offapi/com/sun/star/table/CellProperties.idl
index c54f478244f8..85406cda7e17 100644
--- a/offapi/com/sun/star/table/CellProperties.idl
+++ b/offapi/com/sun/star/table/CellProperties.idl
@@ -89,8 +89,12 @@ published service CellProperties
//-------------------------------------------------------------------------
/** contains the vertical alignment of the cell contents.
+
+ changed from com::sun::star::table::CellVertJustify to long in LibO 3.5
+
+ @see com::sun::star::table::CellVertJustify2
*/
- [property] com::sun::star::table::CellVertJustify VertJustify;
+ [property] long VertJustify;
//-------------------------------------------------------------------------
@@ -123,8 +127,12 @@ published service CellProperties
//-------------------------------------------------------------------------
/** defines at which edge rotated cells are aligned.
+
+ changed from com::sun::star::table::CellVertJustify to long in LibO 3.5
+
+ @see com::sun::star::table::CellVertJustify2
*/
- [property] com::sun::star::table::CellVertJustify RotateReference;
+ [property] long RotateReference;
//-------------------------------------------------------------------------