diff options
author | Ádám Csaba Király <kiraly.adam.csaba@gmail.com> | 2013-03-22 21:37:25 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-03-25 21:44:02 +0100 |
commit | 0e1617554c34e62a467a5e1a188353178211e8fe (patch) | |
tree | d6bfe2e4c2982b65bc32b7fe2ffe94b41f2e8abd /sfx2/sdi/docslots.sdi | |
parent | 6013fe19a40dd16ce435a2428f7405b51930689e (diff) |
fdo#60780, Save a Copy wip
GUIStoreModel now correctly calls storeToUrl
instead of storeAsUrl, when saving a copy.
Dialog title is correctly set.
TODO:
- Write help
Change-Id: I4d7fc9ebc91c2129e8d8dcf9978c324bdddae129
Diffstat (limited to 'sfx2/sdi/docslots.sdi')
-rw-r--r-- | sfx2/sdi/docslots.sdi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sfx2/sdi/docslots.sdi b/sfx2/sdi/docslots.sdi index 111ba6ddf690..243a68798432 100644 --- a/sfx2/sdi/docslots.sdi +++ b/sfx2/sdi/docslots.sdi @@ -139,6 +139,11 @@ interface OfficeDocument : Document ExecMethod = ExecFile_Impl ; StateMethod = GetState_Impl ; ] + SID_SAVEACOPY // ole(req) api(final/play/rec) + [ + ExecMethod = ExecFile_Impl ; + StateMethod = GetState_Impl ; + ] SID_DOCTEMPLATE // ole(no) api(final/play/rec) [ ExecMethod = ExecFile_Impl ; |