summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/svx/svdtypes.hxx1
-rw-r--r--include/svx/xtable.hxx2
2 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/svdtypes.hxx b/include/svx/svdtypes.hxx
index bb849c1f6f11..f999a92c91d8 100644
--- a/include/svx/svdtypes.hxx
+++ b/include/svx/svdtypes.hxx
@@ -108,7 +108,6 @@ enum class SdrRepeatFunc {
MoveToBottom,
ReverseOrder,
ImportMtf,
- LAST
};
#endif // INCLUDED_SVX_SVDTYPES_HXX
diff --git a/include/svx/xtable.hxx b/include/svx/xtable.hxx
index 39fc5f763ad9..359ad4318ed6 100644
--- a/include/svx/xtable.hxx
+++ b/include/svx/xtable.hxx
@@ -153,7 +153,7 @@ enum class XPropertyListType {
Gradient,
Bitmap,
Pattern,
- LAST
+ LAST = Pattern
};
typedef rtl::Reference< class XPropertyList > XPropertyListRef;