summaryrefslogtreecommitdiff
path: root/vcl/inc/salgdi.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-02-21 23:45:01 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-02-22 00:52:31 +0100
commit178ce4295ba864b4dd5082eff7e3444d5cead6ca (patch)
tree2f7ef1dbab04198bdb5daadd6c254a0180edd174 /vcl/inc/salgdi.hxx
parent936ebcfa4b44a90bdc8789ce7556f1ba3599375c (diff)
unusedcode.easy: vcl: remove DrawNativeControlText()
Diffstat (limited to 'vcl/inc/salgdi.hxx')
-rw-r--r--vcl/inc/salgdi.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/vcl/inc/salgdi.hxx b/vcl/inc/salgdi.hxx
index d29247bb229d..e351ed3e2f00 100644
--- a/vcl/inc/salgdi.hxx
+++ b/vcl/inc/salgdi.hxx
@@ -166,9 +166,6 @@ protected:
virtual sal_Bool drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
ControlState nState, const ImplControlValue& aValue,
const rtl::OUString& aCaption );
- virtual sal_Bool drawNativeControlText( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
- ControlState nState, const ImplControlValue& aValue,
- const rtl::OUString& aCaption );
virtual sal_Bool getNativeControlRegion( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, ControlState nState,
const ImplControlValue& aValue, const rtl::OUString& aCaption,
Rectangle &rNativeBoundingRegion, Rectangle &rNativeContentRegion );
@@ -453,15 +450,6 @@ public:
const rtl::OUString& aCaption,
const OutputDevice *pOutDev );
- // Request rendering of a caption string for a control
- sal_Bool DrawNativeControlText( ControlType nType,
- ControlPart nPart,
- const Rectangle& rControlRegion,
- ControlState nState,
- const ImplControlValue& aValue,
- const rtl::OUString& aCaption,
- const OutputDevice *pOutDev );
-
// Query the native control's actual drawing region (including adornment)
sal_Bool GetNativeControlRegion( ControlType nType,
ControlPart nPart,