summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-10-31 14:02:25 +0200
committerTor Lillqvist <tml@collabora.com>2017-11-01 14:47:08 +0200
commit7d47e6be058e5e34edd6334fc10d85cd69e0e173 (patch)
treedbc2c544abc727d44fcb4f85fc92d093dcaf2180 /sc
parentdd8060ddc418942d51bb07313546fe849aac9d39 (diff)
Bin unused nHoriVerti
And nHorizontal and nVertical should be made into an enum or something. Change-Id: I2fa1d923d9e007fb07e0e9f3d68b138347b1dcb2
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/inc/eeparser.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/inc/eeparser.hxx b/sc/source/filter/inc/eeparser.hxx
index 417af5b55e72..37125ae4b2ca 100644
--- a/sc/source/filter/inc/eeparser.hxx
+++ b/sc/source/filter/inc/eeparser.hxx
@@ -30,7 +30,6 @@
const sal_Char nHorizontal = 1;
const sal_Char nVertical = 2;
-const sal_Char nHoriVerti = nHorizontal | nVertical;
struct ScHTMLImage
{