summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-09 14:50:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-10 08:08:45 +0200
commit486d636a4d614e420980487209e53e6891f493b5 (patch)
tree9158ee1c9b19df009efd7c536a6ae70e631ff8ee /include
parentremove unused enumerators from FTPErrors enum (diff)
downloadcore-486d636a4d614e420980487209e53e6891f493b5.tar.gz
core-486d636a4d614e420980487209e53e6891f493b5.zip
remove unused enumerators from PolyClipOp
Change-Id: I0988ebbbc5fe394eaa6fead0d2f909d4a931856c
Diffstat (limited to 'include')
-rw-r--r--include/tools/poly.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/tools/poly.hxx b/include/tools/poly.hxx
index 065eb6cb1cb8..4f8a6d8119c3 100644
--- a/include/tools/poly.hxx
+++ b/include/tools/poly.hxx
@@ -192,9 +192,7 @@ private:
enum class PolyClipOp {
INTERSECT,
- UNION,
- DIFF,
- XOR
+ UNION
};
TOOLS_DLLPRIVATE void ImplDoOperation( const tools::PolyPolygon& rPolyPoly, tools::PolyPolygon& rResult, PolyClipOp nOperation ) const;