summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-31 13:48:17 +0200
committerNoel Grandin <noel@peralex.com>2013-11-07 13:22:57 +0200
commitc980158a8286d5f583bd9d844aed2018bea310ea (patch)
tree0c9421e4ce87b61274de2ccdaf217e1a580cbb14 /vcl/qa/cppunit
parent8bfbd27f8da5bfcc40e3bc53afdc153156d2f874 (diff)
remove unnecessary use of OUString constructor in VCL module
Change-Id: Ie2b9aca5c3db46b43c53f72699fe828b28daeaa1
Diffstat (limited to 'vcl/qa/cppunit')
-rw-r--r--vcl/qa/cppunit/dndtest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/dndtest.cxx b/vcl/qa/cppunit/dndtest.cxx
index c6051c3f30e5..4bc18902e05d 100644
--- a/vcl/qa/cppunit/dndtest.cxx
+++ b/vcl/qa/cppunit/dndtest.cxx
@@ -118,7 +118,7 @@ public:
{
DataFlavor df;
- df.MimeType = OUString("text/plain;charset=utf-16");
+ df.MimeType = "text/plain;charset=utf-16";
df.DataType = getCppuType( static_cast < OUString * > ( 0 ) );
m_aFlavorList[0] = df;