diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-14 10:37:41 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-14 10:37:41 +0200 |
commit | df0f53a275c1494fb43819ee48ff19b3031ffb45 (patch) | |
tree | f4b8352dc02d5b7fcb74001221935f76b913ad24 /sfx2/source/inc | |
parent | 0585053da56f31b6b5f20a720d54aa1d33f8e5c9 (diff) |
slidecopy: re-implemented the TaskPane's "View" menu in SFX, using the code formerly found in SD
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/helpid.hrc | 2 | ||||
-rw-r--r-- | sfx2/source/inc/sfxlocal.hrc | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/inc/helpid.hrc b/sfx2/source/inc/helpid.hrc index 00276dcfbebd..008380f5777e 100644 --- a/sfx2/source/inc/helpid.hrc +++ b/sfx2/source/inc/helpid.hrc @@ -334,7 +334,7 @@ #define HID_SEARCHDIALOG (HID_SFX_START + 311) #define HID_TASKPANE_WINDOW (HID_SFX_START + 312) - +#define HID_TASKPANE_VIEW_MENU (HID_SFX_START + 313) #define HID_XMLSEC_WARNING_BROKENSIGNATURE (HID_SFX_START + 314) #define HID_XMLSEC_QUERY_LOSINGSIGNATURE (HID_SFX_START + 315) #define HID_XMLSEC_QUERY_SAVEBEFORESIGN (HID_SFX_START + 316) diff --git a/sfx2/source/inc/sfxlocal.hrc b/sfx2/source/inc/sfxlocal.hrc index 2929b69ef1dd..8c82711d7b9a 100644 --- a/sfx2/source/inc/sfxlocal.hrc +++ b/sfx2/source/inc/sfxlocal.hrc @@ -47,7 +47,9 @@ #define STR_SFX_EXPLORERFILE_BUTTONINSERT (RID_SFX_SFXLOCAL_START + 4) #define STR_SFX_IMPORT_ALL (RID_SFX_SFXLOCAL_START + 5) #define STR_SFX_EXPLORERFILE_EXPORT (RID_SFX_SFXLOCAL_START + 6) -#define STR_SFX_TASKS (RID_SFX_SFXLOCAL_START + 7) +#define STR_SFX_DOCK (RID_SFX_SFXLOCAL_START + 7) +#define STR_SFX_UNDOCK (RID_SFX_SFXLOCAL_START + 8) +#define STR_SFX_TASK_PANE_VIEW (RID_SFX_SFXLOCAL_START + 9) // Controls -------------------------------------------------------------- |