summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par6.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8par6.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par6.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 4b39be0a25e9..78733af81e0c 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -335,7 +335,7 @@ bool wwSectionManager::SetCols(SwFrmFmt &rFmt, const wwSection &rSection,
SwFmtCol aCol; // Create SwFmtCol
//sprmSDxaColumns - Default distance is 1.25 cm
- sal_Int32 nColSpace = rSection.StandardColSeperation();
+ sal_Int32 nColSpace = rSection.StandardColSeparation();
const SEPr& rSep = rSection.maSep;