diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-07-09 09:45:04 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-07-09 11:25:41 +0200 |
commit | 84493425a1c5645221760756bec1c751ed24f522 (patch) | |
tree | 56a3f424d621d307fc62c7e8057db57a7c5e0bba /offapi | |
parent | a96d2f339c913e6a53f6003fda024ddc7a6adbbf (diff) |
merge HeaderIsSharedFirst and FooterIsSharedFirst to FirstIsShared
sw document model, xmloff and offapi supported these separately, but sw
layout did not. It turns out it's not needed for Word interop, either,
so better to just merge these, instead of implementing them
independently without a good use-case.
Change-Id: I5c3b334baa09cabec123745c7af3d65d830754fc
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/style/PageProperties.idl | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/offapi/com/sun/star/style/PageProperties.idl b/offapi/com/sun/star/style/PageProperties.idl index ebd7b4957041..86f399ad0f93 100644 --- a/offapi/com/sun/star/style/PageProperties.idl +++ b/offapi/com/sun/star/style/PageProperties.idl @@ -258,11 +258,11 @@ published service PageProperties */ [property, maybevoid] boolean HeaderIsShared; //----------------------------------------------------------------------------- -/** determines if the header content on the first page and remaining pages is the same. +/** determines if the header/footer content on the first page and remaining pages is the same. @since LibreOffice 3.7 */ -[optional, property, maybevoid] boolean HeaderIsSharedFirst; +[optional, property, maybevoid] boolean FirstIsShared; //----------------------------------------------------------------------------- /** contains the height of the header. */ @@ -370,12 +370,6 @@ published service PageProperties */ [property, maybevoid] boolean FooterIsShared; //----------------------------------------------------------------------------- -/** determines if the footer content on the first page and remaining pages is the same. - - @since LibreOffice 3.7 - */ -[optional, property, maybevoid] boolean FooterIsSharedFirst; -//----------------------------------------------------------------------------- /** determines the height of the footer. */ [property, maybevoid] long FooterHeight; |