From 6a10ea009ef590ac13d01d19fbfbc28c916ef1d4 Mon Sep 17 00:00:00 2001 From: Szabolcs Toth Date: Thu, 22 Oct 2020 12:23:43 +0200 Subject: tdf#137650 sw page top border relative orientation: add UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit as new menu item "page text area top" of Position/Vertical popup menu "to:" in Position and Size dialog window of shapes. Follow-up of commit 1c593e1916c9164c7db71da2017cfc26972f8e9f (tdf#133045 sw: add shape alignment to the top page border). See also commit 8af2c4e3a517e3b75f2ace9719c1ca03153baddf (sw from-bottom relative orientation: add UI) Change-Id: I98671fa9c7c184c8f360ccb35e671df68cd271b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104661 Tested-by: László Németh Reviewed-by: László Németh --- include/svx/swframeposstrings.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/svx') diff --git a/include/svx/swframeposstrings.hxx b/include/svx/swframeposstrings.hxx index 346553c70ec8..2aca2f195fbb 100644 --- a/include/svx/swframeposstrings.hxx +++ b/include/svx/swframeposstrings.hxx @@ -49,6 +49,7 @@ public: MIR_REL_FRM_RIGHT , REL_PG_FRAME , REL_PG_PRTAREA , + REL_PG_PRTAREA_TOP , REL_PG_PRTAREA_BOTTOM , REL_BASE , REL_CHAR , -- cgit