summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-15 08:20:39 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-15 08:22:09 +0200
commite06d6e3956e246abbbc05a05598bd2a720a1e283 (patch)
tree3568c8cf7a43b6790dc9aa3a28c83a06c33faf52 /framework
parentf8de2166d46c4bdb80a1ddfb0e75b96a2ce6a60d (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 'framework')
-rw-r--r--framework/inc/services/logindialog.hrc22
1 files changed, 0 insertions, 22 deletions
diff --git a/framework/inc/services/logindialog.hrc b/framework/inc/services/logindialog.hrc
index 0d845d273fd8..b19e6bc6f888 100644
--- a/framework/inc/services/logindialog.hrc
+++ b/framework/inc/services/logindialog.hrc
@@ -24,29 +24,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-// windows / dialogs
-#define RID_DLG_LOGIN 1000
// controls
-#define RID_FI_HEADER 1
-#define RID_FT_LOGINTEXT 2
-#define RID_FT_USERNAME 3
-#define RID_FT_PASSWORD 4
-#define RID_FT_SERVER 5
-#define RID_ED_USERNAME 6
-#define RID_ED_PASSWORD 7
-#define RID_FL_SERVER 8
-#define RID_CB_SERVER 9
-#define RID_FL_PROXYSETTINGS 10
-#define RID_RB_NOPROXY 11
-#define RID_RB_USEBROWSERPROXY 12
-#define RID_RB_USECUSTOMPROXY 13
-#define RID_FT_SECURITYPROXY 15
-#define RID_FT_SECURITYPROXYHOST 16
-#define RID_ED_SECURITYPROXYHOST 17
-#define RID_FT_SECURITYPROXYPORT 18
-#define RID_ED_SECURITYPROXYPORT 19
-#define RID_FL_BUTTONS 20
#define RID_PB_OK 21
#define RID_PB_CANCEL 22
-#define RID_PB_ADDITIONALSETTINGS 23