diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-05-25 14:35:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-05-25 15:51:31 +0100 |
commit | bad1f11fff68ad204521a2dfb42dcd4a315a32b6 (patch) | |
tree | 0ee7c1e527a8170fa5bd8ba0f53569668c984716 /vcl/source/window | |
parent | db1a4f8d1d44351ca65742d3d94371a0c0536ff2 (diff) |
no src file has BorderStyle in use anymore
Change-Id: Id2d2d845c73a7c83bef2e66ede542e99b0475af8
Diffstat (limited to 'vcl/source/window')
-rw-r--r-- | vcl/source/window/resource.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/source/window/resource.cxx b/vcl/source/window/resource.cxx index fba41a6c7e34..9d47801e636f 100644 --- a/vcl/source/window/resource.cxx +++ b/vcl/source/window/resource.cxx @@ -146,12 +146,6 @@ void Window::ImplLoadRes( const ResId& rResId ) sal_uIntPtr nRes = ReadLongRes(); SetData( reinterpret_cast<void*>(nRes) ); } - - if ( nObjMask & WINDOW_BORDER_STYLE ) - { - sal_uInt16 nBorderStyle = (sal_uInt16)ReadLongRes(); - SetBorderStyle( static_cast<WindowBorderStyle>(nBorderStyle) ); - } } } /* namespace vcl */ |