summaryrefslogtreecommitdiff
path: root/vcl/source/window
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-05-25 14:35:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-05-25 15:51:31 +0100
commitbad1f11fff68ad204521a2dfb42dcd4a315a32b6 (patch)
tree0ee7c1e527a8170fa5bd8ba0f53569668c984716 /vcl/source/window
parentdb1a4f8d1d44351ca65742d3d94371a0c0536ff2 (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.cxx6
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 */