From 84493425a1c5645221760756bec1c751ed24f522 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 9 Jul 2012 09:45:04 +0200 Subject: 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 --- offapi/com/sun/star/style/PageProperties.idl | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'offapi') 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; -- cgit