summaryrefslogtreecommitdiff
path: root/svx/sdi
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 08:46:25 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 08:46:25 +0000
commit70f5e119f0b2a110d30cca70a3c15e2e19240f9b (patch)
tree9b4a66da58a9e0633b2f16f9522a83fa236e09e9 /svx/sdi
parentba8bf90aa52003fe4878a5b3ab64ed05b7a07ded (diff)
INTEGRATION: CWS dba31a (1.78.100); FILE MERGED
2008/07/03 08:39:20 fs 1.78.100.1: #i66628# +SID_FM_REFRESH_FORM_CONTROL
Diffstat (limited to 'svx/sdi')
-rw-r--r--svx/sdi/svx.sdi31
1 files changed, 28 insertions, 3 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi
index 8f1c73ad58..2e0f648cb0 100644
--- a/svx/sdi/svx.sdi
+++ b/svx/sdi/svx.sdi
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: svx.sdi,v $
- * $Revision: 1.78 $
+ * $Revision: 1.79 $
*
* This file is part of OpenOffice.org.
*
@@ -8821,8 +8821,33 @@ SfxVoidItem Refresh SID_FM_REFRESH
Synchron;
/* config: */
- AccelConfig = FALSE,
- MenuConfig = FALSE,
+ AccelConfig = TRUE,
+ MenuConfig = TRUE,
+ StatusBarConfig = FALSE,
+ ToolBoxConfig = TRUE,
+ GroupId = GID_TABLE;
+]
+
+//--------------------------------------------------------------------------
+SfxVoidItem RefreshFormControl SID_FM_REFRESH_FORM_CONTROL
+()
+[
+ /* flags: */
+ AutoUpdate = FALSE,
+ Cachable = Cachable,
+ FastCall = FALSE,
+ HasCoreId = FALSE,
+ HasDialog = FALSE,
+ ReadOnlyDoc = TRUE,
+ Toggle = FALSE,
+ Container = FALSE,
+ RecordAbsolute = FALSE,
+ RecordPerSet;
+ Synchron;
+
+ /* config: */
+ AccelConfig = TRUE,
+ MenuConfig = TRUE,
StatusBarConfig = FALSE,
ToolBoxConfig = TRUE,
GroupId = GID_TABLE;