diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-06-06 12:10:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-06-06 15:06:35 +0200 |
commit | d97fba020b3e33d9f266c4a405fa221d9b84f946 (patch) | |
tree | 32e38be862051c463b78676b8575437d2795d799 /sfx2/inc | |
parent | 7b91b815e9e170290de8ccc1da8d40a318a8dbbf (diff) |
SID_ATTR_PATHGROUP isn't used anywhere, luckily
because it uses CONFIG_PATH_START + foo and all of the foo
strings are removed long ago, mostly since...
commit 35c86c4ad18eded8f29908e195fc9924ba58d6dd
Date: Wed Nov 3 08:57:12 2010 +0100
undoapi: removed more dead resources
Change-Id: I2f2e34491de33ee4b0448f57eb458c182a41a64c
Reviewed-on: https://gerrit.libreoffice.org/38437
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/app.hrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/inc/app.hrc b/sfx2/inc/app.hrc index 2a6f592816a4..aa6f54351ab2 100644 --- a/sfx2/inc/app.hrc +++ b/sfx2/inc/app.hrc @@ -30,8 +30,6 @@ #define RID_STR_HELP (RID_SFX_APP_START+79) -#define CONFIG_PATH_START (RID_SFX_APP_START+98) - #define STR_INFO_NOSEARCHRESULTS (RID_SFX_APP_START+106) #define STR_INFO_NOSEARCHTEXTFOUND (RID_SFX_APP_START+107) |