diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-10-31 14:02:25 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-11-01 14:47:08 +0200 |
commit | 7d47e6be058e5e34edd6334fc10d85cd69e0e173 (patch) | |
tree | dbc2c544abc727d44fcb4f85fc92d093dcaf2180 | |
parent | dd8060ddc418942d51bb07313546fe849aac9d39 (diff) |
Bin unused nHoriVerti
And nHorizontal and nVertical should be made into an enum or
something.
Change-Id: I2fa1d923d9e007fb07e0e9f3d68b138347b1dcb2
-rw-r--r-- | sc/source/filter/inc/eeparser.hxx | 1 |
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 { |