diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-15 08:20:39 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-15 08:22:09 +0200 |
commit | e06d6e3956e246abbbc05a05598bd2a720a1e283 (patch) | |
tree | 3568c8cf7a43b6790dc9aa3a28c83a06c33faf52 /basctl/source/inc/dlgresid.hrc | |
parent | f8de2166d46c4bdb80a1ddfb0e75b96a2ce6a60d (diff) |
hrc cleanup: Remove completely unused RIDs
These RID definitions aren't used at any other point. So remove
them. Unused START and END definitions were commented out for
documentation purpose.
All definitions in basctl/source/basicide/tbxctl.hrc were unused,
so I removed this file.
Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
Diffstat (limited to 'basctl/source/inc/dlgresid.hrc')
-rw-r--r-- | basctl/source/inc/dlgresid.hrc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/basctl/source/inc/dlgresid.hrc b/basctl/source/inc/dlgresid.hrc index 71a78ac64a0d..2d8bc26cb8ee 100644 --- a/basctl/source/inc/dlgresid.hrc +++ b/basctl/source/inc/dlgresid.hrc @@ -19,8 +19,6 @@ #ifndef _BASCTL_DLGRESID_HRC #define _BASCTL_DLGRESID_HRC -// include ----------------------------------------------------------- - #include <svl/solar.hrc> // Dialog Control Id's ----------------------------------------------------------- @@ -50,6 +48,7 @@ #define RID_STR_TRANSLATION_DEFAULT ( RID_DLG_START + 22 ) #define RID_STR_CLASS_TREECONTROL ( RID_DLG_START + 23 ) #define RID_STR_CLASS_SPINCONTROL ( RID_DLG_START + 24 ) + // Property Browser Headline Id's ----------------------------------------------------------- #define RID_STR_BRWTITLE_PROPERTIES ( RID_DLG_START + 60 ) @@ -61,7 +60,6 @@ #define RID_DLG_MANAGE_LANGUAGE ( RID_DLG_START + 70 ) #define RID_QRYBOX_LANGUAGE ( RID_DLG_START + 71 ) #define RID_DLG_SETDEF_LANGUAGE ( RID_DLG_START + 72 ) -#define RID_DLG_ADD_LANGUAGE ( RID_DLG_START + 73 ) // ----------------------------------------------------------------------- |