diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-24 23:10:47 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-25 15:37:20 +0000 |
commit | d6bf32bab10e1bb115aea0c6e5d6ac1753760fe7 (patch) | |
tree | 7e41f115d726ef697fd61294c931577d6a31903e /vcl | |
parent | 141c1c7bc6ac9bfadaf3fad6aba16a03836701b1 (diff) |
make padmin ByteString free
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/workben/outdevgrind.cxx | 3 |
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 |