diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-04-02 09:31:37 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-04-02 09:31:37 +0000 |
commit | 5a9b830159ef73b126ca2b5fc44051c5ba14aabf (patch) | |
tree | 88cd877c5950c3f90e0db523dc858e46dcc8d988 /xmloff/source/forms/strings.hxx | |
parent | fe6334e9a41bfa949e784ce1b25217b2fa2af342 (diff) |
INTEGRATION: CWS frmvalidation (1.13.58); FILE MERGED
2004/03/12 08:28:58 fs 1.13.58.1: moved the services related to binding controls to external values from drafts.com.sun.star.form/component to com.sun.star.form.binding
Diffstat (limited to 'xmloff/source/forms/strings.hxx')
-rw-r--r-- | xmloff/source/forms/strings.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/forms/strings.hxx b/xmloff/source/forms/strings.hxx index 754065a59416..03839e3deb3b 100644 --- a/xmloff/source/forms/strings.hxx +++ b/xmloff/source/forms/strings.hxx @@ -2,9 +2,9 @@ * * $RCSfile: strings.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: kz $ $Date: 2003-12-11 12:11:26 $ + * last change: $Author: rt $ $Date: 2004-04-02 10:31:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -244,9 +244,9 @@ namespace xmloff XMLFORM_CONSTASCII_STRING( SERVICE_FORMSCOLLECTION, "com.sun.star.form.Forms" ); XMLFORM_CONSTASCII_STRING( SERVICE_NUMBERFORMATSSUPPLIER, "com.sun.star.util.NumberFormatsSupplier" ); XMLFORM_CONSTASCII_STRING( SERVICE_SPREADSHEET_DOCUMENT, "com.sun.star.sheet.SpreadsheetDocument"); - XMLFORM_CONSTASCII_STRING( SERVICE_CELLVALUEBINDING, "drafts.com.sun.star.table.CellValueBinding" ); - XMLFORM_CONSTASCII_STRING( SERVICE_LISTINDEXCELLBINDING, "drafts.com.sun.star.table.ListPositionCellBinding" ); - XMLFORM_CONSTASCII_STRING( SERVICE_CELLRANGELISTSOURCE, "drafts.com.sun.star.table.CellRangeListSource" ); + XMLFORM_CONSTASCII_STRING( SERVICE_CELLVALUEBINDING, "com.sun.star.table.CellValueBinding" ); + XMLFORM_CONSTASCII_STRING( SERVICE_LISTINDEXCELLBINDING, "com.sun.star.table.ListPositionCellBinding" ); + XMLFORM_CONSTASCII_STRING( SERVICE_CELLRANGELISTSOURCE, "com.sun.star.table.CellRangeListSource" ); XMLFORM_CONSTASCII_STRING( SERVICE_ADDRESS_CONVERSION, "com.sun.star.table.CellAddressConversion"); XMLFORM_CONSTASCII_STRING( SERVICE_RANGEADDRESS_CONVERSION, "com.sun.star.table.CellRangeAddressConversion"); |