From 924d0bdd47ed895592332714be8ee32afe1acebb Mon Sep 17 00:00:00 2001 From: Ivan Timofeev Date: Wed, 18 Jan 2012 22:47:58 +0400 Subject: add the "Send Feedback..." help menu item --- sfx2/sdi/sfx.sdi | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'sfx2/sdi/sfx.sdi') 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 @@ -7286,6 +7286,31 @@ SfxVoidItem UpdateConfiguration SID_UPDATE_CONFIG GroupId = GID_EXPLORER; ] +//-------------------------------------------------------------------------- +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 () -- cgit