summaryrefslogtreecommitdiff
path: root/sw/sdi/swriter.sdi
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-07-07 16:44:59 +0200
committerSzymon Kłos <eszkadev@gmail.com>2015-07-16 09:53:32 +0200
commitce722af0cce170a2aac3a5e01cd66e6c24fba63c (patch)
tree4915fbc22ac6ddfd09c2858c3d8653a72f0e6bae /sw/sdi/swriter.sdi
parent1ceb7bc53b347deb93e7cca415b90e71057cfac5 (diff)
'Save As' popup menu in the Writer's toolbar
Change-Id: I1b1cb7fcd2ae0e0f50e4d8e3900bc416435e60bf
Diffstat (limited to 'sw/sdi/swriter.sdi')
-rw-r--r--sw/sdi/swriter.sdi27
1 files changed, 27 insertions, 0 deletions
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi
index 6ecfbb873736..40591989b529 100644
--- a/sw/sdi/swriter.sdi
+++ b/sw/sdi/swriter.sdi
@@ -10124,6 +10124,33 @@ SfxVoidItem OpenFromWriter FN_OPEN_FILE
GroupId = GID_APPLICATION;
]
+SfxVoidItem SaveAs FN_SAVE_FILE_AS
+()
+[
+ /* flags: */
+ AutoUpdate = FALSE,
+ Cachable = Cachable,
+ FastCall = FALSE,
+ HasCoreId = FALSE,
+ HasDialog = FALSE,
+ ReadOnlyDoc = TRUE,
+ Toggle = FALSE,
+ Container = FALSE,
+ RecordAbsolute = FALSE,
+ RecordPerSet;
+ Synchron;
+
+ /* status: */
+ SlotType = SfxStringItem
+
+ /* config: */
+ AccelConfig = TRUE,
+ MenuConfig = TRUE,
+ StatusBarConfig = FALSE,
+ ToolBoxConfig = TRUE,
+ GroupId = GID_APPLICATION;
+]
+
SfxInt16Item PageColumnType SID_ATTR_PAGE_COLUMN
[