summaryrefslogtreecommitdiff
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
commit9d03cb5a653389e4eaa2348f501a7de9c0509409 (patch)
tree0a0e2dfcb11fc33df03d882f49bdad4673b3e6ed
parent21474d075edb2a93f60164ff2002192e3c0a7af5 (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
-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 2ed992ad29..03b80eeeaa 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)