summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2009-09-17 21:35:29 +0000
committerFrank Schönheit <fs@openoffice.org>2009-09-17 21:35:29 +0000
commit79cad7d02a0eb7cc6e662ad424204f4599a7981a (patch)
treee150aee2b359e334d7d051863fa267fe7d76796a /vcl/workben
parentf3456e8a2e2f300dab24871c4323461cb90b40e1 (diff)
consolidate DrawText and GetText - we do need versions with and without ITextLayout parameter
Diffstat (limited to 'vcl/workben')
-rwxr-xr-xvcl/workben/outdevgrind.cxx12
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,