summaryrefslogtreecommitdiff
path: root/vbahelper/source
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source')
-rw-r--r--vbahelper/source/vbahelper/vbashape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbashape.cxx b/vbahelper/source/vbahelper/vbashape.cxx
index 86997e0d73c0..183d3bb9a984 100644
--- a/vbahelper/source/vbahelper/vbashape.cxx
+++ b/vbahelper/source/vbahelper/vbashape.cxx
@@ -629,7 +629,7 @@ ScVbaShape::setRelativeHorizontalPosition(::sal_Int32 _relativehorizontalpositio
}
case word::WdRelativeHorizontalPosition::wdRelativeHorizontalPositionColumn:
{
- nType = text::RelOrientation::PAGE_FRAME;
+ nType = text::RelOrientation::FRAME;
break;
}
case word::WdRelativeHorizontalPosition::wdRelativeHorizontalPositionMargin: