diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 10:49:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 10:49:55 +0000 |
commit | 86316163a34923e45fafb655218df698fa86af75 (patch) | |
tree | 5bcd2840589d2379fa9ce4bb228712f011bdc0bb /svx | |
parent | 19539930214a96be6149f653afaf5599d3fc004b (diff) |
INTEGRATION: CWS eforms4 (1.15.22); FILE MERGED
2005/03/15 16:06:39 dvo 1.15.22.1: #i36201# create submission button on XForms submission drag&drop
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/fmprop.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/form/fmprop.cxx b/svx/source/form/fmprop.cxx index befb618c6395..7105d906f6c2 100644 --- a/svx/source/form/fmprop.cxx +++ b/svx/source/form/fmprop.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fmprop.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: obo $ $Date: 2004-11-16 11:23:53 $ + * last change: $Author: vg $ $Date: 2005-03-23 11:49:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -218,5 +218,7 @@ namespace svxform IMPLEMENT_CONSTASCII_USTRING( FM_PROP_CONTROL_BORDER_COLOR_MOUSE, "ControlBorderColorOnHover" ); IMPLEMENT_CONSTASCII_USTRING( FM_PROP_CONTROL_BORDER_COLOR_INVALID,"ControlBorderColorOnInvalid" ); + IMPLEMENT_CONSTASCII_USTRING( FM_PROP_BUTTON_TYPE, "ButtonType" ); + } // namespace svxform |