summaryrefslogtreecommitdiff
path: root/include/svx/shapeproperty.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-13 14:56:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 08:01:24 +0000
commit36bd6f9a616881db2193aa2e38d6d1703678db39 (patch)
tree6f8672f1314decf951ab5dae5e2c45a386599186 /include/svx/shapeproperty.hxx
parent2b70fb58be039fbd05ea833a40b1b3e9f922e45c (diff)
remove unused Invalid enumerator from ShapeProperty enum
Change-Id: I27f1d50cc67210ca976fd97beb9dc71b975ac98d Reviewed-on: https://gerrit.libreoffice.org/34240 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/shapeproperty.hxx')
-rw-r--r--include/svx/shapeproperty.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svx/shapeproperty.hxx b/include/svx/shapeproperty.hxx
index aeeaa13b9445..56a71fdd3aef 100644
--- a/include/svx/shapeproperty.hxx
+++ b/include/svx/shapeproperty.hxx
@@ -34,10 +34,7 @@ namespace svx
// text doc shape properties
TextDocAnchor,
// spreadsheet doc shape properties
- CalcDocAnchor,
-
- // invalid, not to be used
- Invalid
+ CalcDocAnchor
};
}