diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-06-03 04:27:17 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-06-03 04:29:50 +0200 |
commit | 63ad78e0c0c5b8ba2897576ae7bbece22b5cd849 (patch) | |
tree | 55e436008d6c38a182e0a9948af34658fc60a9f5 | |
parent | a719841d02fb93ddfc80956c5e6e417f551e8a9f (diff) |
this was commited accidentally
Change-Id: I2bdbf566d3443a98d3abf967512fc5b53bd25a78
-rw-r--r-- | sc/source/filter/excel/xestyle.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xestyle.cxx b/sc/source/filter/excel/xestyle.cxx index c5cb5a30ea4c..0623ae549779 100644 --- a/sc/source/filter/excel/xestyle.cxx +++ b/sc/source/filter/excel/xestyle.cxx @@ -1552,7 +1552,7 @@ void lclGetBorderLine( rnXclLine = EXC_LINE_NONE; if( pLine ) { - sal_uInt16 nOuterWidth = pLine->GetWidth(); + sal_uInt16 nOuterWidth = pLine->GetOutWidth(); sal_uInt16 nDistance = pLine->GetDistance(); if( nDistance > 0 ) rnXclLine = EXC_LINE_DOUBLE; |