summaryrefslogtreecommitdiff
path: root/sfx2/sdi
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 13:54:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 13:54:51 +0000
commit910934f5a6083a6d529a8d25759091096a950c37 (patch)
treec529886fefbd61bea650526a9fb5ba294809bb77 /sfx2/sdi
parenta03078a71513d2ba766df7a2664649e1ef658489 (diff)
INTEGRATION: CWS onlineupdate1 (1.70.50); FILE MERGED
2006/03/31 13:22:01 cd 1.70.50.1: #134151# Added new slot for update
Diffstat (limited to 'sfx2/sdi')
-rw-r--r--sfx2/sdi/sfx.sdi23
1 files changed, 23 insertions, 0 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi
index 8fe566633e..0b3740b35f 100644
--- a/sfx2/sdi/sfx.sdi
+++ b/sfx2/sdi/sfx.sdi
@@ -8649,3 +8649,26 @@ SfxStringItem InsertAVMedia SID_INSERT_AVMEDIA
GroupId = GID_APPLICATION;
]
+SfxVoidItem OnlineUpdate SID_ONLINEUPDATE
+()
+[
+ /* flags: */
+ AutoUpdate = FALSE,
+ Cachable = Cachable,
+ FastCall = FALSE,
+ HasCoreId = FALSE,
+ HasDialog = TRUE,
+ ReadOnlyDoc = FALSE,
+ Toggle = FALSE,
+ Container = FALSE,
+ RecordAbsolute = FALSE,
+ RecordPerSet;
+ Synchron;
+
+ /* config: */
+ AccelConfig = FALSE,
+ MenuConfig = FALSE,
+ StatusBarConfig = FALSE,
+ ToolBoxConfig = FALSE,
+ GroupId = GID_APPLICATION;
+]