diff options
Diffstat (limited to 'sc/sdi/scalc.sdi')
-rw-r--r-- | sc/sdi/scalc.sdi | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index 8e0cf31d6b4a..b75f7ffe408d 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -5811,7 +5811,30 @@ SfxVoidItem SelectDB SID_SELECT_DB GroupId = GID_DATA; ] -//-------------------------------------------------------------------------- +SfxVoidItem ManageXMLSource SID_MANAGE_XML_SOURCE +(SfxStringItem DbName SID_MANAGE_XML_SOURCE) +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = GID_DATA; +] + SfxObjectItem SelectedObject SID_SC_ACTIVEOBJECT [ |