diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-15 13:37:56 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-19 17:57:19 +0100 |
commit | daa32dca06108ac28194c611f63d1e3e34901733 (patch) | |
tree | a841e5167094b4924a52d733487e0e25953ccca8 /svx/source/dialog/framelinkarray.cxx | |
parent | 1b3d92e7beeee1a3c819b43be1562d8bcb5d1097 (diff) |
Fixed typo conditionning the display of BLTR borders
Diffstat (limited to 'svx/source/dialog/framelinkarray.cxx')
-rwxr-xr-x | svx/source/dialog/framelinkarray.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/framelinkarray.cxx b/svx/source/dialog/framelinkarray.cxx index c6b59f9b0cb7..2c20e2bd1729 100755 --- a/svx/source/dialog/framelinkarray.cxx +++ b/svx/source/dialog/framelinkarray.cxx @@ -1046,7 +1046,7 @@ void Array::DrawRange( drawinglayer::processor2d::BaseProcessor2D* pProcessor, aTlbrStyle, aRect ) ); const Style aBltrStyle = GetCellStyleBLTR( _nFirstCol, _nFirstRow, true ); - if ( aTlbrStyle.GetWidth( ) ) + if ( aBltrStyle.GetWidth( ) ) pProcessor->process( CreateClippedBorderPrimitives( aRect.BottomLeft(), aRect.TopRight(), aBltrStyle, aRect ) ); |