summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/sfxsids.hrc
diff options
context:
space:
mode:
authorÁdám Csaba Király <kiraly.adam.csaba@gmail.com>2013-03-22 21:37:25 +0100
committerAndras Timar <atimar@suse.com>2013-03-25 21:44:02 +0100
commit0e1617554c34e62a467a5e1a188353178211e8fe (patch)
treed6bfe2e4c2982b65bc32b7fe2ffe94b41f2e8abd /sfx2/inc/sfx2/sfxsids.hrc
parent6013fe19a40dd16ce435a2428f7405b51930689e (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/inc/sfx2/sfxsids.hrc')
-rw-r--r--sfx2/inc/sfx2/sfxsids.hrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/sfxsids.hrc b/sfx2/inc/sfx2/sfxsids.hrc
index 1b0d89bacb6b..51bfd36b1d94 100644
--- a/sfx2/inc/sfx2/sfxsids.hrc
+++ b/sfx2/inc/sfx2/sfxsids.hrc
@@ -117,6 +117,7 @@
#define SID_JUMPTOMARK (SID_SFX_START + 598)
#define SID_OPENTEMPLATE (SID_SFX_START + 594)
#define SID_SAVEASDOC (SID_SFX_START + 502)
+#define SID_SAVEACOPY (SID_SFX_START + 999)
#define SID_CLOSING (SID_SFX_START +1539)
#define SID_CLOSEDOC (SID_SFX_START + 503)
#define SID_CLOSEDOCS (SID_SFX_START + 595)