summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-15 13:37:56 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-19 17:57:19 +0100
commit803cf87450b5a14c51e6b9c263748f4cbf4d00ee (patch)
treef289f50f33627a15da933d103b66468e84d1cfb0 /svx
parentaa9530e734936ace04d900ec1cf7ef7fdfc728de (diff)
Fixed typo conditionning the display of BLTR borders
Diffstat (limited to 'svx')
-rwxr-xr-xsvx/source/dialog/framelinkarray.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/framelinkarray.cxx b/svx/source/dialog/framelinkarray.cxx
index ba6bdc96f0..c803bc4f6b 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 ) );