diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-01-29 11:18:15 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-01-29 11:50:43 +0100 |
commit | 9941687ff16d3a4b393563006ca4bdee5409fdbb (patch) | |
tree | 21886edaac08b0a7d42f256c27213d780b7d497d /sw/inc | |
parent | 6dc71a690a8282d028419a662b5bb72ac97a951b (diff) |
swpagerelsize: implement RelativeHeightRelation UNO property for SwXFrame
UNO API, height.
Change-Id: Ie61fb7f6de42b9dfb8b8f6f0982239d1c30f84ab
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unoprnms.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index d0db5b0d0f0b..369d3d303340 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -211,6 +211,7 @@ #define UNO_NAME_RELATIVE_WIDTH "RelativeWidth" #define UNO_NAME_RELATIVE_WIDTH_RELATION "RelativeWidthRelation" #define UNO_NAME_RELATIVE_HEIGHT "RelativeHeight" +#define UNO_NAME_RELATIVE_HEIGHT_RELATION "RelativeHeightRelation" #define UNO_NAME_REPEAT_HEADLINE "RepeatHeadline" #define UNO_NAME_SEARCH_STYLES "SearchStyles" #define UNO_NAME_SEARCH_BACKWARDS "SearchBackwards" |