summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-05 12:39:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-05 13:25:19 +0100
commit5227af2e4580e478eb92eaab8a42fc188c0fddbb (patch)
treea7801d0178213e283e768ab9b11276d77afe2f1d /sc/inc
parentf423a9d695814b1babf5f2c3f42821190adc7e53 (diff)
convert border style to .ui
and merge CellBorderStylePopup and CellBorderStyleControl Change-Id: I96ca2784f2055e8d99380b4d4bcd1374c9c40f4e
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/sc.hrc7
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index 048111c7face..693d1fe3ebc5 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -1088,12 +1088,9 @@
#define RID_SCDLG_COND_FORMAT_MANAGER (SC_DIALOGS_START + 159)
-// defines for CellAppearancePropertyPanel
-#define RID_POPUPPANEL_APPEARANCE_CELL_BORDERSTYLE (SC_DIALOGS_START + 163)
+#define WID_CONDFRMT_REF (SC_DIALOGS_START + 163)
-#define WID_CONDFRMT_REF (SC_DIALOGS_START + 164)
-
-#define SC_DIALOGS_END (RID_POPUPPANEL_APPEARANCE_CELL_BORDERSTYLE + 1)
+#define SC_DIALOGS_END (WID_CONDFRMT_REF + 1)
#ifndef STD_MASKCOLOR
#define STD_MASKCOLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }