summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsh4.cxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-12-24 10:00:15 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-19 17:56:23 +0100
commit89d3e8a8424ce44404a554812e5136452bb8cb60 (patch)
treef6aa43366754ff0efa23d68cdecad94d2771a262 /sc/source/ui/view/tabvwsh4.cxx
parente881f7d231cccb7b74ce69394e0644088ded9c2b (diff)
Switching the order of the SetLinesWidth arguments
Diffstat (limited to 'sc/source/ui/view/tabvwsh4.cxx')
-rw-r--r--sc/source/ui/view/tabvwsh4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwsh4.cxx b/sc/source/ui/view/tabvwsh4.cxx
index af5ae9e563d9..8910c12bdaec 100644
--- a/sc/source/ui/view/tabvwsh4.cxx
+++ b/sc/source/ui/view/tabvwsh4.cxx
@@ -1505,7 +1505,7 @@ void ScTabViewShell::Construct( sal_uInt8 nForceDesignMode )
SetPool( &SC_MOD()->GetPool() );
SetWindow( GetActiveWin() );
- pCurFrameLine = new SvxBorderLine( &aColBlack, 20, 0, 0 );
+ pCurFrameLine = new SvxBorderLine( &aColBlack, 20, SOLID );
pPivotSource = new ScArea;
StartListening(*GetViewData()->GetDocShell(),sal_True);
StartListening(*GetViewFrame(),sal_True);