From d97fba020b3e33d9f266c4a405fa221d9b84f946 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 6 Jun 2017 12:10:13 +0100 Subject: SID_ATTR_PATHGROUP isn't used anywhere, luckily MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Tested-by: Caolán McNamara --- include/sfx2/sfxsids.hrc | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index 3384b0558287..78f2ab27f1a3 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -470,7 +470,6 @@ #define SID_ATTR_APPLYCHARUNIT (SID_OPTIONS_START + 88) // PathTabPage -#define SID_ATTR_PATHGROUP (SID_OPTIONS_START + 10) #define SID_ATTR_PATHNAME (SID_OPTIONS_START + 11) // LinguTabPage -- cgit