summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbawrapformat.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbawrapformat.cxx')
-rw-r--r--sw/source/ui/vba/vbawrapformat.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbawrapformat.cxx b/sw/source/ui/vba/vbawrapformat.cxx
index c585b7455a5a..e12cebe0c66c 100644
--- a/sw/source/ui/vba/vbawrapformat.cxx
+++ b/sw/source/ui/vba/vbawrapformat.cxx
@@ -56,7 +56,7 @@ void SwVbaWrapFormat::makeWrap()
case word::WdWrapType::wdWrapNone:
case word::WdWrapType::wdWrapThrough:
{
- eTextMode = text::WrapTextMode_THROUGHT;
+ eTextMode = text::WrapTextMode_THROUGH;
break;
}
case word::WdWrapType::wdWrapInline:
@@ -98,7 +98,7 @@ void SwVbaWrapFormat::makeWrap()
nType = word::WdWrapType::wdWrapTopBottom;
break;
}
- case text::WrapTextMode_THROUGHT:
+ case text::WrapTextMode_THROUGH:
{
nType = word::WdWrapType::wdWrapNone;
break;