summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-04 11:03:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-05 07:59:37 +0100
commit001111f731038fd64c8b29c94614560e38d696ba (patch)
tree5f3140b82e3c2fa0b54cc8b48d7a1e67e8876d99 /include/svx
parenta04e615e1f9371401946c7c89d7ec439ce92cfec (diff)
remove unused svx::ShapeProperty enum value
Change-Id: Iafc65902ed00206ff80dfc135c1ae767893abeca Reviewed-on: https://gerrit.libreoffice.org/64566 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/shapeproperty.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svx/shapeproperty.hxx b/include/svx/shapeproperty.hxx
index 56a71fdd3aef..bb0011199447 100644
--- a/include/svx/shapeproperty.hxx
+++ b/include/svx/shapeproperty.hxx
@@ -32,9 +32,7 @@ namespace svx
Position,
Size,
// text doc shape properties
- TextDocAnchor,
- // spreadsheet doc shape properties
- CalcDocAnchor
+ TextDocAnchor
};
}