diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-21 10:11:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-21 13:59:33 +0100 |
commit | 55125105e87fdbe444b114acea5c1b70d61987a1 (patch) | |
tree | 255ca4cdf667f57f9933a3d5408949521bd4dfb7 | |
parent | 1819d1ba6052aca19e738150d854d705b31edcfc (diff) |
dest is signed
Change-Id: I2664fe8776f058ec2c8def730ff62baaf1e1980c
-rw-r--r-- | sw/source/core/doc/poolfmt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/poolfmt.cxx b/sw/source/core/doc/poolfmt.cxx index acf09d84f52d..9b99b5d404c9 100644 --- a/sw/source/core/doc/poolfmt.cxx +++ b/sw/source/core/doc/poolfmt.cxx @@ -1929,7 +1929,7 @@ SwNumRule* SwDoc::GetNumRuleFromPool( sal_uInt16 nId ) aFmt.SetCharFmt( pBullCFmt ); aFmt.SetBulletFont( &numfunc::GetDefBulletFont() ); aFmt.SetBulletChar( cBulletChar ); - sal_uInt16 nOffs = GetMetricVal( CM_01 ) * 4, + sal_Int16 nOffs = GetMetricVal( CM_01 ) * 4, nOffs2 = GetMetricVal( CM_1 ) * 2; if ( eNumberFormatPositionAndSpaceMode == SvxNumberFormat::LABEL_WIDTH_AND_POSITION ) |