From 178ce4295ba864b4dd5082eff7e3444d5cead6ca Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 21 Feb 2012 23:45:01 +0100 Subject: unusedcode.easy: vcl: remove DrawNativeControlText() --- vcl/win/source/gdi/salnativewidgets-luna.cxx | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'vcl/win') 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() * -- cgit ='distro/cib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ridljar/CustomTarget_javamaker.mk
AgeCommit message (Expand)Author
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
2012-05-09gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan
2012-04-06ridljar: use CustomTarget makefileMatúš Kukan