diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-13 09:58:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-13 10:36:01 +0100 |
commit | 06609e714f2cb43ac3dc888611ec67af4f4a4773 (patch) | |
tree | e866079377bb88b89a6983dd08d4d86806c490cb /include/sfx2/sfxsids.hrc | |
parent | 678dbe8f8197815919d7179c2eba17679942fdaa (diff) |
drop unused SID_UNKNOWN resource
Change-Id: Ib12078ec72a61b44339799053cc43a53ba82bba3
Diffstat (limited to 'include/sfx2/sfxsids.hrc')
-rw-r--r-- | include/sfx2/sfxsids.hrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index 395829b1c7ba..c24096a07cea 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -38,8 +38,6 @@ #define SID_DOCKWIN_8 SID_DOCKWIN_START+8 #define SID_DOCKWIN_9 SID_DOCKWIN_START+9 -#define SID_UNKNOWN SID_SFX_START - // default-ids for application #define SID_QUITAPP (SID_SFX_START + 300) #define SID_ABOUT (SID_SFX_START + 301) |