diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/xoutdev/xattr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx index 54e0a354b975..de1717d293f7 100644 --- a/svx/source/xoutdev/xattr.cxx +++ b/svx/source/xoutdev/xattr.cxx @@ -384,8 +384,8 @@ sal_uInt16 XLineStyleItem::GetValueCount() const XDash::XDash(css::drawing::DashStyle eTheDash, sal_uInt16 nTheDots, sal_uInt32 nTheDotLen, sal_uInt16 nTheDashes, sal_uInt32 nTheDashLen, sal_uInt32 nTheDistance) : eDash(eTheDash), - nDots(nTheDots), nDotLen(nTheDotLen), + nDots(nTheDots), nDashes(nTheDashes), nDashLen(nTheDashLen), nDistance(nTheDistance) |