From cb553bdba77c80f323dbed1874874cf2465abd83 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sun, 31 Mar 2013 14:52:34 -0300 Subject: Convert Calc sheet page style to Widget UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6714ccc710d266a047032166c738063602e6e30d Reviewed-on: https://gerrit.libreoffice.org/3140 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sc/inc/sc.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/sc.hrc') diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index ad9ee123dd5b..08365fad5a6a 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -975,7 +975,7 @@ #define RID_SCDLG_PIVOTSUBT (SC_DIALOGS_START + 38) #define RID_SCDLG_NEWSCENARIO (SC_DIALOGS_START + 39) #define RID_SCDLG_INSERT_TABLE (SC_DIALOGS_START + 42) -#define RID_SCPAGE_TABLE (SC_DIALOGS_START + 43) + #define RID_SCPAGE_AREAS (SC_DIALOGS_START + 44) #define RID_SCDLG_STYLES_PAR (SC_DIALOGS_START + 46) #define RID_SCDLG_STYLES_PAGE (SC_DIALOGS_START + 48) -- cgit