summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/doublelock
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-16 17:30:08 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-16 17:30:08 +0100
commit9b03a827b2955edf5dc726d498276c4f94639c8d (patch)
tree4589c9c7eb4016743a85bfbc7e82219ba3f47da1 /sal/qa/rtl/doublelock
parent7fbdb69c6ba160ad0835542736a5def07f0c642e (diff)
sal: Use appropriate OUString functions on string constants
Change-Id: I4382504549eb1e3a8c34495a21d6df10a86ac23b
Diffstat (limited to 'sal/qa/rtl/doublelock')
-rw-r--r--sal/qa/rtl/doublelock/rtl_doublelocking.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/rtl/doublelock/rtl_doublelocking.cxx b/sal/qa/rtl/doublelock/rtl_doublelocking.cxx
index 6c4227efc2cc..79451cc6fa49 100644
--- a/sal/qa/rtl/doublelock/rtl_doublelocking.cxx
+++ b/sal/qa/rtl/doublelock/rtl_doublelocking.cxx
@@ -92,7 +92,7 @@ public:
:m_nOK(0),
m_nFails(0)
{
- m_sConstStr = rtl::OUString( CONST_TEST_STRING );
+ m_sConstStr = CONST_TEST_STRING;
}
sal_Int32 getOK() { return m_nOK; }