summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpoutput.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/dpoutput.cxx')
-rw-r--r--sc/source/core/data/dpoutput.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/dpoutput.cxx b/sc/source/core/data/dpoutput.cxx
index bb66f56c8b6e..3449e6bf2eab 100644
--- a/sc/source/core/data/dpoutput.cxx
+++ b/sc/source/core/data/dpoutput.cxx
@@ -256,7 +256,7 @@ void ScDPOutputImpl::OutputBlockFrame ( SCCOL nStartCol, SCROW nStartRow, SCCOL
else
aBox.SetLine(&aLine, SvxBoxItemLine::RIGHT);
- if ( nEndRow == mnTabEndRow ) //bottom
+ if ( nEndRow == mnTabEndRow ) //bottom
aBox.SetLine(&aOutLine, SvxBoxItemLine::BOTTOM);
else
aBox.SetLine(&aLine, SvxBoxItemLine::BOTTOM);