From 4c51313369c8f75674dbea0706a36a19824095f9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 24 Feb 2013 21:05:42 +0000 Subject: simplify CreateScImportAsciiDlg Change-Id: Ibcd9dc854cf15ef0a6cbaba3fdc9e377e1073507 --- sc/inc/sc.hrc | 3 --- 1 file changed, 3 deletions(-) (limited to 'sc/inc/sc.hrc') diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index d3fc41a66f69..9c17b881caf5 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1010,9 +1010,6 @@ #define RID_SCDLG_CHARTCOLROW (SC_DIALOGS_START + 80) #define RID_SCDLG_AREAS (SC_DIALOGS_START + 81) -// popup for statusbar controller -#define RID_SCDLG_ASCII (SC_DIALOGS_START + 91) - // popup for drop-mode in navigator #define RID_POPUP_DROPMODE (SC_DIALOGS_START + 92) #define RID_DROPMODE_URL (SC_DIALOGS_START + 93) -- cgit