summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-08-22 19:58:26 +0200
committerJan Holesovsky <kendy@suse.cz>2012-08-23 17:54:00 +0200
commitdd7382353d4c248a6d6f9d21401480ccc37e2b9d (patch)
treec7183fca0c7bf59169a4bf373c43e02b462fa4d4 /sfx2
parent0a5b49e7199198974113dc2e8b68257b881fb9fb (diff)
Remove ViewShell's border.
It is not necessary now; where it was necessary previously, we visually distinguish the viewshell from the rest by other means. Change-Id: I24f3ed1916c0886683bf8b770ce3bf22a5e9ec7a
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/impviewframe.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/impviewframe.hxx b/sfx2/source/view/impviewframe.hxx
index aaf94e461e38..f6b431e7e816 100644
--- a/sfx2/source/view/impviewframe.hxx
+++ b/sfx2/source/view/impviewframe.hxx
@@ -75,7 +75,7 @@ class SfxFrameViewWindow_Impl : public Window
public:
SfxFrameViewWindow_Impl( SfxViewFrame* p, Window& rParent, WinBits nBits=0 ) :
- Window( &rParent, nBits | WB_BORDER | WB_CLIPCHILDREN ),
+ Window( &rParent, nBits | WB_CLIPCHILDREN ),
pFrame( p )
{
p->GetFrame().GetWindow().SetBorderStyle( WINDOW_BORDER_NOBORDER );