diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:35:47 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:35:47 +0000 |
commit | 8ee70cdddcca7f3721dd994f2a7172807f3c12ea (patch) | |
tree | f83b54c766e99e322f4156520dfd5cbf401242dc /forms/source | |
parent | 95b0cfd32f7a79b892f1dd9f41a585edac7866a4 (diff) |
INTEGRATION: CWS dba31a (1.17.34); FILE MERGED
2008/07/03 08:39:59 fs 1.17.34.1: #i66628# +URL_FORM_REFRESH_CURRENT_CONTROL
Diffstat (limited to 'forms/source')
-rw-r--r-- | forms/source/inc/frm_strings.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/forms/source/inc/frm_strings.hxx b/forms/source/inc/frm_strings.hxx index 0bfa45e7ca97..4e95a8ab201e 100644 --- a/forms/source/inc/frm_strings.hxx +++ b/forms/source/inc/frm_strings.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: frm_strings.hxx,v $ - * $Revision: 1.17 $ + * $Revision: 1.18 $ * * This file is part of OpenOffice.org. * @@ -340,6 +340,8 @@ namespace frm FORMS_CONSTASCII_STRING( URL_RECORD_NEW, ".uno:FormController/moveToNew" ); FORMS_CONSTASCII_STRING( URL_RECORD_DELETE, ".uno:FormController/deleteRecord" ); FORMS_CONSTASCII_STRING( URL_FORM_REFRESH, ".uno:FormController/refreshForm" ); + FORMS_CONSTASCII_STRING( URL_FORM_REFRESH_CURRENT_CONTROL, + ".uno:FormController/refreshCurrentControl" ); FORMS_CONSTASCII_STRING( URL_FORM_SORT_UP, ".uno:FormController/sortUp" ); FORMS_CONSTASCII_STRING( URL_FORM_SORT_DOWN, ".uno:FormController/sortDown" ); |