diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 23:45:01 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-22 00:52:31 +0100 |
commit | 178ce4295ba864b4dd5082eff7e3444d5cead6ca (patch) | |
tree | 2f7ef1dbab04198bdb5daadd6c254a0180edd174 /vcl/win | |
parent | 936ebcfa4b44a90bdc8789ce7556f1ba3599375c (diff) |
unusedcode.easy: vcl: remove DrawNativeControlText()
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/source/gdi/salnativewidgets-luna.cxx | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/vcl/win/source/gdi/salnativewidgets-luna.cxx b/vcl/win/source/gdi/salnativewidgets-luna.cxx index 84910f3065db..36b345ac92ac 100644 --- a/vcl/win/source/gdi/salnativewidgets-luna.cxx +++ b/vcl/win/source/gdi/salnativewidgets-luna.cxx @@ -1173,28 +1173,6 @@ sal_Bool WinSalGraphics::drawNativeControl( ControlType nType, return bOk; } - -/* - * DrawNativeControlText() - * - * OPTIONAL. Draws the requested text for the control described by nPart/nState. - * Used if text not drawn by DrawNativeControl(). - * - * rControlRegion: The bounding region of the complete control in VCL frame coordinates. - * aValue: An optional value (tristate/numerical/string) - * aCaption: A caption or title string (like button text etc) - */ -sal_Bool WinSalGraphics::drawNativeControlText( ControlType, - ControlPart, - const Rectangle&, - ControlState, - const ImplControlValue&, - const OUString& ) -{ - return( false ); -} - - /* * GetNativeControlRegion() * |