summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-07-09 09:45:04 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-07-09 11:25:41 +0200
commit84493425a1c5645221760756bec1c751ed24f522 (patch)
tree56a3f424d621d307fc62c7e8057db57a7c5e0bba /offapi/com/sun/star
parenta96d2f339c913e6a53f6003fda024ddc7a6adbbf (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/com/sun/star')
-rw-r--r--offapi/com/sun/star/style/PageProperties.idl10
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;