summaryrefslogtreecommitdiffstats
path: root/hwpfilter/qa
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-11-04 14:00:40 +0200
committerNoel Grandin <noel@peralex.com>2013-11-11 11:21:26 +0200
commite52779d2f8722c713f72aedbf475267440d729f0 (patch)
tree0f2f15b2a7645e0b75f8057c96c90e05e1a6e7df /hwpfilter/qa
parentremove unnecessary use of OUString constructor in BASIC module (diff)
downloadcore-e52779d2f8722c713f72aedbf475267440d729f0.tar.gz
core-e52779d2f8722c713f72aedbf475267440d729f0.zip
remove unnecessary use of OUString constructor
Change-Id: Ifb220af71857ddacd64e8204fb6d3e4aad8eef71
Diffstat (limited to 'hwpfilter/qa')
-rw-r--r--hwpfilter/qa/cppunit/test_hwpfilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/qa/cppunit/test_hwpfilter.cxx b/hwpfilter/qa/cppunit/test_hwpfilter.cxx
index 55b1c9c7f88e..8d707e569bb7 100644
--- a/hwpfilter/qa/cppunit/test_hwpfilter.cxx
+++ b/hwpfilter/qa/cppunit/test_hwpfilter.cxx
@@ -54,7 +54,7 @@ namespace
unsigned int, unsigned int, unsigned int)
{
uno::Sequence< beans::PropertyValue > aDescriptor(1);
- aDescriptor[0].Name = OUString("URL");
+ aDescriptor[0].Name = "URL";
aDescriptor[0].Value <<= rURL;
return m_xFilter->filter(aDescriptor);
}