From 558faa307d87510c2d9d12b23c12f261c424f835 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Wed, 28 Sep 2016 16:08:53 +0200 Subject: Page margin popup converted to use outside sidebar Change-Id: I3c4cc20fc8f2818677a77f848a1566bb56ceb7c6 Reviewed-on: https://gerrit.libreoffice.org/29363 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- sw/sdi/swriter.sdi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'sw/sdi/swriter.sdi') diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index 93c18fae6b15..d28cf5215fcb 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -7471,6 +7471,24 @@ SvxLongLRSpaceItem SwPageLRMargin SID_ATTR_PAGE_LRSPACE GroupId = GID_FORMAT; ] +SfxVoidItem PageMargin SID_ATTR_PAGE_MARGIN + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_FORMAT; +] + SfxBoolItem SwPageHeaderItem SID_ATTR_PAGE_HEADER [ -- cgit