From ebb7f07db5cc17fbef49ce341c33e373975f5ef5 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 10 May 2007 09:07:46 +0000 Subject: INTEGRATION: CWS dba23a (1.12.788); FILE MERGED 2007/03/12 11:38:22 fs 1.12.788.1: #i71488# +FormOperations --- svx/source/inc/fmprop.hrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/svx/source/inc/fmprop.hrc b/svx/source/inc/fmprop.hrc index 267df53d05f1..8a0b6a08dee9 100644 --- a/svx/source/inc/fmprop.hrc +++ b/svx/source/inc/fmprop.hrc @@ -4,9 +4,9 @@ * * $RCSfile: fmprop.hrc,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:17:53 $ + * last change: $Author: kz $ $Date: 2007-05-10 10:07:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,6 +43,7 @@ #define FM_ATTR_START 0 #define FM_ATTR_FILTER_CRITERIA ( FM_ATTR_START + 1 ) +#define FM_ATTR_FORM_OPERATIONS ( FM_ATTR_START + 2 ) @@ -184,8 +185,8 @@ namespace svxform DECLARE_CONSTASCII_USTRING( FM_PROP_CONTROL_BORDER_COLOR_FOCUS ); DECLARE_CONSTASCII_USTRING( FM_PROP_CONTROL_BORDER_COLOR_MOUSE ); DECLARE_CONSTASCII_USTRING( FM_PROP_CONTROL_BORDER_COLOR_INVALID ); - DECLARE_CONSTASCII_USTRING( FM_PROP_BUTTON_TYPE ); + DECLARE_CONSTASCII_USTRING( FM_PROP_FORM_OPERATIONS ); } // namespace svxform -- cgit