From d3c1fb7a25c0f5954e9197829c9b28b17d47ff66 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 26 Jun 2007 15:50:53 +0000
Subject: INTEGRATION: CWS ab35 (1.75.62); FILE MERGED 2007/05/24 10:12:43 ab
1.75.62.1: #i77640# Dialog Export SID
---
sfx2/sdi/sfx.sdi | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
(limited to 'sfx2/sdi')
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi
index 03b80eeeaa5b..40e9c761ce57 100644
--- a/sfx2/sdi/sfx.sdi
+++ b/sfx2/sdi/sfx.sdi
@@ -5814,6 +5814,31 @@ SfxVoidItem SaveBasicAs SID_BASICSAVEAS
GroupId = GID_DOCUMENT;
]
+//--------------------------------------------------------------------------
+SfxVoidItem ExportDialog SID_EXPORT_DIALOG
+()
+[
+ /* flags: */
+ AutoUpdate = FALSE,
+ Cachable = Cachable,
+ FastCall = FALSE,
+ HasCoreId = FALSE,
+ HasDialog = FALSE,
+ ReadOnlyDoc = TRUE,
+ Toggle = FALSE,
+ Container = TRUE,
+ RecordAbsolute = FALSE,
+ RecordPerSet;
+ Asynchron;
+
+ /* config: */
+ AccelConfig = TRUE,
+ MenuConfig = TRUE,
+ StatusBarConfig = FALSE,
+ ToolBoxConfig = TRUE,
+ GroupId = GID_DOCUMENT;
+]
+
//--------------------------------------------------------------------------
SfxVoidItem SaveConfiguration SID_SAVECONFIG
(SfxStringItem FileName SID_CFGFILE)
--
cgit