Kaydet (Commit) dd738235 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

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
üst 0a5b49e7
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment