summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-10-03 11:48:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-10-03 13:22:17 +0200
commit9572e3254bf62fb658a09577e64dc591b3a06954 (patch)
treef2483c6b1e48e78d5e794445d2f55ab0672b0d86 /sfx2
parent692d35b89a9f6de4099d180e79aa39ded1214922 (diff)
WB_DOCKBORDER is dead
the only place that passes it to a window class, does so to a window class that does not implement that style. Change-Id: I74d705ed928b797c3456cf23a8074c62d0c12247 Reviewed-on: https://gerrit.libreoffice.org/43072 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/iframe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/iframe.cxx b/sfx2/source/doc/iframe.cxx
index b6558f86672e..fb1126b157c6 100644
--- a/sfx2/source/doc/iframe.cxx
+++ b/sfx2/source/doc/iframe.cxx
@@ -108,7 +108,7 @@ public:
};
IFrameWindow_Impl::IFrameWindow_Impl( vcl::Window *pParent, bool bHasBorder )
- : Window( pParent, WB_CLIPCHILDREN | WB_NODIALOGCONTROL | WB_DOCKBORDER )
+ : Window( pParent, WB_CLIPCHILDREN | WB_NODIALOGCONTROL )
{
if ( !bHasBorder )
SetBorderStyle( WindowBorderStyle::NOBORDER );