summaryrefslogtreecommitdiff
path: root/offapi
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
parent9429fe7b1c7f372d2407dbbc939385ef95db466f (diff)
incompatible change to solve uno problem related to fdo#43308
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sheet/TableAutoFormatField.idl12
-rw-r--r--offapi/com/sun/star/table/CellProperties.idl12
-rw-r--r--offapi/type_reference/types.rdbbin7307264 -> 7307264 bytes
3 files changed, 20 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/TableAutoFormatField.idl b/offapi/com/sun/star/sheet/TableAutoFormatField.idl
index 9e172bde844b..872a3bde4556 100644
--- a/offapi/com/sun/star/sheet/TableAutoFormatField.idl
+++ b/offapi/com/sun/star/sheet/TableAutoFormatField.idl
@@ -228,8 +228,12 @@ published service TableAutoFormatField
//-------------------------------------------------------------------------
/** specifies 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
*/
- [optional, property] com::sun::star::table::CellVertJustify VertJustify;
+ [optional, property] long VertJustify;
//-------------------------------------------------------------------------
@@ -253,8 +257,12 @@ published service TableAutoFormatField
//-------------------------------------------------------------------------
/** contains the reference edge of the cell rotation.
+
+ changed from com::sun::star::table::CellVertJustify to long in LibO 3.5
+
+ @see com::sun::star::table::CellVertJustify2
*/
- [optional, property] com::sun::star::table::CellVertJustify RotateReference;
+ [optional, property] long RotateReference;
//-------------------------------------------------------------------------
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;
//-------------------------------------------------------------------------
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index 5fd80a173717..c12270b17c05 100644
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ