summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-08-10 12:34:00 +0200
committerJan Holesovsky <kendy@suse.cz>2012-08-23 17:53:59 +0200
commit9b10ef9fc39dc0251b03d6d9285bb86aab29abee (patch)
tree8aa948c4bcff7b99e131e8c537e952cd085f0a14 /sfx2
parent2ba43bc1b85471a1b91658c000f9cc268c799157 (diff)
Revert the TOPBOTTOM border window type, this needs another approach.
This reverts commit 51fdf273e9893d3d05c99a09e1c2e5835a78e891. In order to be able to draw the toolbars docked on the left or on the right nicely and reliably, we have to avoid any border in the shell; instead, the docking areas will draw the separating lines (when finished). Change-Id: I74c18a7e471a66ac0a436c2bf01f5be016280d22
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/impviewframe.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/view/impviewframe.hxx b/sfx2/source/view/impviewframe.hxx
index 079b84a991d6..aaf94e461e38 100644
--- a/sfx2/source/view/impviewframe.hxx
+++ b/sfx2/source/view/impviewframe.hxx
@@ -78,7 +78,6 @@ public:
Window( &rParent, nBits | WB_BORDER | WB_CLIPCHILDREN ),
pFrame( p )
{
- SetBorderStyle( WINDOW_BORDER_TOPBOTTOM );
p->GetFrame().GetWindow().SetBorderStyle( WINDOW_BORDER_NOBORDER );
}