summaryrefslogtreecommitdiff
path: root/sfx2/sdi
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-01-18 22:47:58 +0400
committerThorsten Behrens <tbehrens@suse.com>2012-01-23 12:37:07 +0100
commit924d0bdd47ed895592332714be8ee32afe1acebb (patch)
treefd13afecd66162d0b53ad95b9fba51d26a6ce1a2 /sfx2/sdi
parent67073c6bc870aceede4652fffd0571da584a4679 (diff)
add the "Send Feedback..." help menu item
Diffstat (limited to 'sfx2/sdi')
-rwxr-xr-xsfx2/sdi/appslots.sdi4
-rwxr-xr-xsfx2/sdi/sfx.sdi25
2 files changed, 29 insertions, 0 deletions
diff --git a/sfx2/sdi/appslots.sdi b/sfx2/sdi/appslots.sdi
index 39d26692ceb4..d6d4a8508d80 100755
--- a/sfx2/sdi/appslots.sdi
+++ b/sfx2/sdi/appslots.sdi
@@ -167,6 +167,10 @@ interface Application
ExecMethod = MiscExec_Impl ;
StateMethod = MiscState_Impl ;
]
+ SID_SEND_FEEDBACK
+ [
+ ExecMethod = MiscExec_Impl ;
+ ]
SID_SHOW_LICENSE
[
ExecMethod = MiscExec_Impl ;
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi
index 47577eaf0048..6b197c719b2e 100755
--- a/sfx2/sdi/sfx.sdi
+++ b/sfx2/sdi/sfx.sdi
@@ -7287,6 +7287,31 @@ SfxVoidItem UpdateConfiguration SID_UPDATE_CONFIG
]
//--------------------------------------------------------------------------
+SfxVoidItem SendFeedback SID_SEND_FEEDBACK
+()
+[
+ /* 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_APPLICATION;
+]
+
+//--------------------------------------------------------------------------
SfxVoidItem ShowLicense SID_SHOW_LICENSE
()
[