diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 16:35:30 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 16:35:30 +0000 |
commit | 93e880fabe9f4df200412a078ef5318ca5513940 (patch) | |
tree | 2a5f456062aedb8b7b528ba72fc7baab67b4bb76 /sfx2 | |
parent | 2207e361fea02b7f516936f00406e4b07fa19e67 (diff) |
INTEGRATION: CWS tkr11_DEV300 (1.9.42); FILE MERGED
2008/02/28 13:10:50 tkr 1.9.42.1: #154182# new property to set standard dir on open/save dialog
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/sfx2/sfxsids.hrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/sfxsids.hrc b/sfx2/inc/sfx2/sfxsids.hrc index db8a282eaaba..b69808752e3b 100644 --- a/sfx2/inc/sfx2/sfxsids.hrc +++ b/sfx2/inc/sfx2/sfxsids.hrc @@ -4,9 +4,9 @@ * * $RCSfile: sfxsids.hrc,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: ihi $ $Date: 2008-01-14 17:26:32 $ + * last change: $Author: vg $ $Date: 2008-03-18 17:35:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -262,6 +262,7 @@ #define SID_GRAFIC_DIALOG (SID_SFX_START + 305) #define SID_PATH (SID_SFX_START + 308) #define SID_SAVEDOCS (SID_SFX_START + 309) +#define SID_STANDARD_DIR (SID_SFX_START + 310) // browse-ids #define SID_BROWSE_FORWARD (SID_SFX_START + 1300) |