summaryrefslogtreecommitdiffstats
path: root/sc/inc/sc.hrc
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2014-11-03 16:36:40 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2014-11-03 22:37:29 +0200
commita62553cb5bac29398cf445b8f068940e4085e001 (patch)
tree2514fcb028d542154a9507eb39982b4ad53537fc /sc/inc/sc.hrc
parentRelated: fdo#84844 Prepare border color status update (diff)
downloadcore-a62553cb5bac29398cf445b8f068940e4085e001.tar.gz
core-a62553cb5bac29398cf445b8f068940e4085e001.zip
fdo#84844 Use SvxColorToolBoxControl for border color
Change-Id: Id177964ec35d6b5a08c46b8ba96615c2a4729136
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r--sc/inc/sc.hrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index 57b7c520caae..0287773acd03 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -1120,9 +1120,8 @@
#define RID_PROPERTYPANEL_SC_ALIGNMENT (SC_DIALOGS_START + 161)
// defines for CellAppearancePropertyPanel
-#define RID_POPUPPANEL_CELLAPPEARANCE_LINECOLOR (SC_DIALOGS_START + 163)
-#define RID_POPUPPANEL_APPEARANCE_CELL_LINESTYLE (SC_DIALOGS_START + 164)
-#define RID_POPUPPANEL_APPEARANCE_CELL_BORDERSTYLE (SC_DIALOGS_START + 165)
+#define RID_POPUPPANEL_APPEARANCE_CELL_LINESTYLE (SC_DIALOGS_START + 162)
+#define RID_POPUPPANEL_APPEARANCE_CELL_BORDERSTYLE (SC_DIALOGS_START + 163)
#define SC_DIALOGS_END (RID_POPUPPANEL_APPEARANCE_CELL_BORDERSTYLE + 1)