From 68e213319f2a3ee2f90e7bfccae8e5e13492d357 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 2 May 2017 15:53:49 +0200 Subject: remove empty comments found with: git ls-files | xargs grep -Pzl '/\*\* (\*|\s| )*\*/' Change-Id: I1f47bcb94d5a7b290a6c622c6941195fbb578597 Reviewed-on: https://gerrit.libreoffice.org/37159 Tested-by: Jenkins Reviewed-by: Noel Grandin --- offapi/com/sun/star/style/PageProperties.idl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'offapi/com/sun/star/style') diff --git a/offapi/com/sun/star/style/PageProperties.idl b/offapi/com/sun/star/style/PageProperties.idl index f3a9a8302b5f..7a0cf0e6e11c 100644 --- a/offapi/com/sun/star/style/PageProperties.idl +++ b/offapi/com/sun/star/style/PageProperties.idl @@ -225,9 +225,6 @@ published service PageProperties /** contains the color of the background of the footer. */ [property, maybevoid] com::sun::star::util::Color FooterBackColor; -/** - */ -//[property, maybevoid] FooterBackGraphic; /** contains the URL of the background graphic in the footer. */ [property, maybevoid] string FooterBackGraphicURL; @@ -296,8 +293,6 @@ published service PageProperties [optional, property, maybevoid] com::sun::star::text::XText FooterTextLeft; /** contains the interface to the text of the footer of a right page. */ -/** contains . - */ [optional, property, maybevoid] com::sun::star::text::XText FooterTextRight; /** contains the maximum height of the footnote area. If set to zero then the height of the current page is used as limit. -- cgit