summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-24 23:10:47 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-25 15:37:20 +0000
commitd6bf32bab10e1bb115aea0c6e5d6ac1753760fe7 (patch)
tree7e41f115d726ef697fd61294c931577d6a31903e /vcl/workben
parent141c1c7bc6ac9bfadaf3fad6aba16a03836701b1 (diff)
make padmin ByteString free
Diffstat (limited to 'vcl/workben')
-rw-r--r--vcl/workben/outdevgrind.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/workben/outdevgrind.cxx b/vcl/workben/outdevgrind.cxx
index 77b7c5be719a..ab9b6cd51198 100644
--- a/vcl/workben/outdevgrind.cxx
+++ b/vcl/workben/outdevgrind.cxx
@@ -123,8 +123,7 @@ void setupMethodStubs( functor_vector_type& res )
aPoly3.Rotate( aPoly3.GetBoundRect().Center(),
900 );
- const String aString( ByteString("This is a test"),
- RTL_TEXTENCODING_ASCII_US );
+ const String aString(RTL_CONSTASCII_USTRINGPARAM("This is a test"));
const LineInfo aLineInfo(LINE_SOLID,5);
// unfortunately, VDevs have inaccessible copy constructors