From ae768ebe3b5c05f986b2c644e712b48718ee8f5b Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Thu, 15 Mar 2001 11:06:57 +0000 Subject: [PATCH] #85001# correct ZOrder Property if there is a master page background object --- sd/source/ui/inc/unokywds.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sd/source/ui/inc/unokywds.hxx b/sd/source/ui/inc/unokywds.hxx index 8bf940d7ed5d..5f085297d0a5 100644 --- a/sd/source/ui/inc/unokywds.hxx +++ b/sd/source/ui/inc/unokywds.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unokywds.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: cl $ $Date: 2001-03-14 16:23:34 $ + * last change: $Author: cl $ $Date: 2001-03-15 12:06:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -144,6 +144,7 @@ SD_CONSTASCII_ACTION( sUNO_LayerName_measurelines, "measurelines" ); // SdXShape SD_CONSTASCII_ACTION( sUNO_shape_style, "Style" ); SD_CONSTASCII_ACTION( sUNO_shape_layername, "LayerName" ); +SD_CONSTASCII_ACTION( sUNO_shape_zorder, "ZOrder" ); // services SD_CONSTASCII_ACTION( sUNO_Service_StyleFamily, UNO_PREFIX "style.StyleFamily" );