summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-03-06 20:02:17 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-03-06 20:03:41 +0100
commit66882c88a26a1fb82f536f153b36e6a5049bda34 (patch)
treeb8f86e1466b87cc6ee374cf1b9fe3368773891ad /offapi
parent41ad6531c75a53262933aecb0685f5c876de7251 (diff)
Fix UNO API of vertical content alignment.
This property can applied just for text frames, not others which can have base frame properties. Change-Id: I551a2e17bb42855d3e948c7fc672ec5e3a451c55
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/BaseFrameProperties.idl7
-rw-r--r--offapi/com/sun/star/text/TextFrame.idl6
2 files changed, 6 insertions, 7 deletions
diff --git a/offapi/com/sun/star/text/BaseFrameProperties.idl b/offapi/com/sun/star/text/BaseFrameProperties.idl
index 2a1f25cc6556..c441343258f2 100644
--- a/offapi/com/sun/star/text/BaseFrameProperties.idl
+++ b/offapi/com/sun/star/text/BaseFrameProperties.idl
@@ -352,13 +352,6 @@ published service BaseFrameProperties
@since LibreOffice 4.3
*/
[optional, property] short RelativeWidthRelation;
-
- /** adjusts the vertical position of the text inside of the frame.
-
- @see com::sun::star::drawing::TextVerticalAdjust
- @since LibreOffice 4.3
- */
- [optional, property] com::sun::star::drawing::TextVerticalAdjust TextVerticalAdjust;
};
diff --git a/offapi/com/sun/star/text/TextFrame.idl b/offapi/com/sun/star/text/TextFrame.idl
index 676703d2b67d..68a73141b1fd 100644
--- a/offapi/com/sun/star/text/TextFrame.idl
+++ b/offapi/com/sun/star/text/TextFrame.idl
@@ -136,6 +136,12 @@ published service TextFrame
*/
[optional, property] boolean IsFollowingTextFlow;
+ /** adjusts the vertical position of the text inside of the frame.
+
+ @see com::sun::star::drawing::TextVerticalAdjust
+ @since LibreOffice 4.3
+ */
+ [optional, property] com::sun::star::drawing::TextVerticalAdjust TextVerticalAdjust;
};