diff options
author | Frank Schönheit <fs@openoffice.org> | 2009-09-17 21:35:29 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2009-09-17 21:35:29 +0000 |
commit | 79cad7d02a0eb7cc6e662ad424204f4599a7981a (patch) | |
tree | e150aee2b359e334d7d051863fa267fe7d76796a /vcl/workben | |
parent | f3456e8a2e2f300dab24871c4323461cb90b40e1 (diff) |
consolidate DrawText and GetText - we do need versions with and without ITextLayout parameter
Diffstat (limited to 'vcl/workben')
-rwxr-xr-x | vcl/workben/outdevgrind.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/workben/outdevgrind.cxx b/vcl/workben/outdevgrind.cxx index a92da7c05531..1109111b63c5 100755 --- a/vcl/workben/outdevgrind.cxx +++ b/vcl/workben/outdevgrind.cxx @@ -163,12 +163,12 @@ void setupMethodStubs( functor_vector_type& res ) xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN, MetricVector* pVector = NULL, String* pDisplayText = NULL ); */ - add(res, - "DrawText", - boost::bind( - &OutputDevice::DrawText, - _1, - aPt1, aString, (USHORT)0, aString.Len(), (MetricVector*)0, (String*)0 )); +// add(res, +// "DrawText", +// boost::bind( +// &OutputDevice::DrawText, +// _1, +// aPt1, aString, (USHORT)0, aString.Len(), (MetricVector*)0, (String*)0, (vcl::ITextLayout*)0 )); /* void DrawTextArray( const Point& rStartPt, const XubString& rStr, const sal_Int32* pDXAry = NULL, |