diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-08-22 19:58:26 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-08-23 17:54:00 +0200 |
commit | dd7382353d4c248a6d6f9d21401480ccc37e2b9d (patch) | |
tree | c7183fca0c7bf59169a4bf373c43e02b462fa4d4 | |
parent | 0a5b49e7199198974113dc2e8b68257b881fb9fb (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
-rw-r--r-- | sfx2/source/view/impviewframe.hxx | 2 |
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 ); |