summaryrefslogtreecommitdiffstats
path: root/include/svx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-01-22 16:31:49 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-01-22 19:58:32 -0500
commit3d9545757246c20d261db0723f70dd91f92d3519 (patch)
tree75b7f96dc0a081d1cc5d1356523dc37d01dc08a9 /include/svx
parentUse scoped_ptr for these. (diff)
downloadcore-3d9545757246c20d261db0723f70dd91f92d3519.tar.gz
core-3d9545757246c20d261db0723f70dd91f92d3519.zip
Only allow approved border styles in cell borders.
Line styles such as inset, outset, embossed etc are not supportable in Calc. So, don't show them in the UI. Change-Id: Ie7be74193d01e13a79132a979e2d9a2e4d06de3f
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svxids.hrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc
index 307ce14a2610..1e3f829dc5b4 100644
--- a/include/svx/svxids.hrc
+++ b/include/svx/svxids.hrc
@@ -957,9 +957,11 @@
#define SID_SW_ATTR_FILL_STYLE ( SID_SVX_START + 1138 )
#define SID_SW_ATTR_FILL_GRADIENT ( SID_SVX_START + 1139 )
+#define SID_ATTR_BORDER_STYLES ( SID_SVX_START + 1140 )
+
// IMPORTANT NOTE: adjust SID_SVX_FIRSTFREE, when adding new slot id
-#define SID_SVX_FIRSTFREE (SID_SW_ATTR_FILL_GRADIENT + 1)
+#define SID_SVX_FIRSTFREE (SID_ATTR_BORDER_STYLES + 1)
// --------------------------------------------------------------------------
// Overflow check for slot IDs