summaryrefslogtreecommitdiff
path: root/sfx2/source/view/impviewframe.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/impviewframe.hxx')
-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 a1debee4f458..129d03c5e8ce 100644
--- a/sfx2/source/view/impviewframe.hxx
+++ b/sfx2/source/view/impviewframe.hxx
@@ -88,7 +88,7 @@ public:
Window( &rParent, nBits | WB_CLIPCHILDREN ),
pFrame( p )
{
- p->GetFrame().GetWindow().SetBorderStyle( WINDOW_BORDER_NOBORDER );
+ p->GetFrame().GetWindow().SetBorderStyle( WindowBorderStyle::NOBORDER );
}
virtual void Resize() SAL_OVERRIDE;