diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-07-01 15:18:59 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-07-01 15:21:41 +0400 |
commit | 914c8163e3a5014d9d2885444b6383f6fdcea529 (patch) | |
tree | 6be784e56a5c14e53ee245387bdb83322103084a /vcl/ios | |
parent | 10a7bcdf97c7634922626a2d858539a2f8bb0f7b (diff) |
vcl: CTRL_FIXEDBORDER is dead since ef877aab7e
Change-Id: I568b55c3b0b799bdc91ba081e7375debce9618aa
Diffstat (limited to 'vcl/ios')
-rw-r--r-- | vcl/ios/source/gdi/salnativewidgets.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/ios/source/gdi/salnativewidgets.cxx b/vcl/ios/source/gdi/salnativewidgets.cxx index c2d5068a2c8b..71dda9884b6d 100644 --- a/vcl/ios/source/gdi/salnativewidgets.cxx +++ b/vcl/ios/source/gdi/salnativewidgets.cxx @@ -121,7 +121,6 @@ sal_Bool IosSalGraphics::IsNativeControlSupported( ControlType nType, ControlPar case CTRL_TAB_ITEM: case CTRL_TAB_PANE: case CTRL_TAB_BODY: // see vcl/source/window/tabpage.cxx - case CTRL_FIXEDBORDER: if( nPart == PART_ENTIRE_CONTROL || nPart == PART_TABS_DRAW_RTL || nPart == HAS_BACKGROUND_TEXTURE ) |