summaryrefslogtreecommitdiff
path: root/sfx2/sdi
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-05-29 13:54:44 +0000
committerRüdiger Timm <rt@openoffice.org>2007-05-29 13:54:44 +0000
commitda8b4cbc4be77063e608abb14d52cb9a217c50a6 (patch)
tree755c0ae8b677419f596ec493c1f4f56bb307a3b1 /sfx2/sdi
parent6280c8af9b6f664051cb39ae9e8dbb26e1625d22 (diff)
INTEGRATION: CWS webhtml (1.74.288); FILE MERGED
2007/04/12 16:15:38 cd 1.74.288.2: RESYNC: (1.74-1.75); FILE MERGED 2007/04/04 10:08:47 cd 1.74.288.1: #i74477# Web HTML feature
Diffstat (limited to 'sfx2/sdi')
-rw-r--r--sfx2/sdi/sfx.sdi24
1 files changed, 24 insertions, 0 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi
index 2ed992ad2972..03b80eeeaa5b 100644
--- a/sfx2/sdi/sfx.sdi
+++ b/sfx2/sdi/sfx.sdi
@@ -4689,6 +4689,30 @@ SfxObjectItem Open SID_OPENDOC
GroupId = GID_APPLICATION;
]
+SfxObjectItem WebHtml SID_WEBHTML
+()
+[
+ /* flags: */
+ AutoUpdate = FALSE,
+ Cachable = Cachable,
+ FastCall = FALSE,
+ HasCoreId = FALSE,
+ HasDialog = TRUE,
+ ReadOnlyDoc = TRUE,
+ Toggle = FALSE,
+ Container = TRUE,
+ RecordAbsolute = FALSE,
+ RecordPerSet;
+ Asynchron;
+
+ /* config: */
+ AccelConfig = TRUE,
+ MenuConfig = TRUE,
+ StatusBarConfig = FALSE,
+ ToolBoxConfig = TRUE,
+ GroupId = GID_APPLICATION;
+]
+
//--------------------------------------------------------------------------
SfxObjectItem OpenHyperlink SID_OPENHYPERLINK
(SfxStringItem URL SID_FILE_NAME,SfxStringItem FilterName SID_FILTER_NAME,SfxStringItem OpenFlags SID_OPTIONS,SfxStringItem Password SID_PASSWORD,SfxStringItem FilterOptions SID_FILE_FILTEROPTIONS,SfxInt16Item Version SID_VERSION,SfxStringItem Referer SID_REFERER)