summaryrefslogtreecommitdiff
path: root/sw/sdi
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-07-08 23:17:53 +0200
committerSzymon Kłos <eszkadev@gmail.com>2015-07-16 09:53:34 +0200
commit548313840238eb3dcbdeb2bcfeec3fbdd9c293f7 (patch)
tree3b493dc8962e6bfcace55be31cea08ea76855119 /sw/sdi
parent92f32585708a251526492f1eb576744bee8d5a5f (diff)
Working toolbar entry: Save As > Remote file
Change-Id: I5601c7847f30a7d5fb7ede5f90b2a6a89f4c8693
Diffstat (limited to 'sw/sdi')
-rw-r--r--sw/sdi/docsh.sdi5
-rw-r--r--sw/sdi/swriter.sdi27
2 files changed, 0 insertions, 32 deletions
diff --git a/sw/sdi/docsh.sdi b/sw/sdi/docsh.sdi
index 5e9fe78bca2c..9085bdf43128 100644
--- a/sw/sdi/docsh.sdi
+++ b/sw/sdi/docsh.sdi
@@ -59,11 +59,6 @@ interface TextDocument : BaseTextDocument
ExecMethod = Execute;
StateMethod = GetState;
]
- FN_SAVE_FILE_AS
- [
- ExecMethod = Execute;
- StateMethod = GetState;
- ]
}
shell SwDocShell
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi
index 40591989b529..6ecfbb873736 100644
--- a/sw/sdi/swriter.sdi
+++ b/sw/sdi/swriter.sdi
@@ -10124,33 +10124,6 @@ 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
[