summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-12-05 21:05:51 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-12-05 23:08:25 +0100
commit27fa364db8af77ddfbbce43d8fc49d318c779efb (patch)
tree6cd4927a5ebab1ffef73621eb8a67d0b0525431c /offapi/com/sun/star/table
parent9429fe7b1c7f372d2407dbbc939385ef95db466f (diff)
incompatible change to solve uno problem related to fdo#43308
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;
//-------------------------------------------------------------------------