summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/editeng/frmdiritem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/frmdiritem.hxx b/include/editeng/frmdiritem.hxx
index 840cae4a2f9e..e7dede30ce90 100644
--- a/include/editeng/frmdiritem.hxx
+++ b/include/editeng/frmdiritem.hxx
@@ -47,7 +47,7 @@ public:
virtual sal_uInt16 GetValueCount() const override
{
- return sal_uInt16(SvxFrameDirection::Environment) + 1;
+ return sal_uInt16(SvxFrameDirection::Vertical_LR_BT) + 1;
}
// SfxPoolItem copy function dichotomy