summaryrefslogtreecommitdiff
path: root/forms/source/inc/frm_strings.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 08:35:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 08:35:47 +0000
commit8ee70cdddcca7f3721dd994f2a7172807f3c12ea (patch)
treef83b54c766e99e322f4156520dfd5cbf401242dc /forms/source/inc/frm_strings.hxx
parent95b0cfd32f7a79b892f1dd9f41a585edac7866a4 (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/inc/frm_strings.hxx')
-rw-r--r--forms/source/inc/frm_strings.hxx4
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" );