diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-12 12:22:01 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-12 12:22:01 +0100 |
commit | ba7605c8c0d5515bb055e46354ee806cb6a31ed4 (patch) | |
tree | cbf528a7e7ca28ac555a4b34f64252f7020a38ab /sal/qa/osl/condition | |
parent | 3dfcc045dd6a7703eaa0e2617d9247e0c90102de (diff) |
sal: Use appropriate OUString functions on string constants
Change-Id: I568c2e0c9b5b234d941e17d57bcb53374626909e
Diffstat (limited to 'sal/qa/osl/condition')
-rw-r--r-- | sal/qa/osl/condition/osl_Condition_Const.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/condition/osl_Condition_Const.h b/sal/qa/osl/condition/osl_Condition_Const.h index 614d906023cc..c7158eab86a3 100644 --- a/sal/qa/osl/condition/osl_Condition_Const.h +++ b/sal/qa/osl/condition/osl_Condition_Const.h @@ -37,7 +37,7 @@ #include <cppunit/plugin/TestPlugIn.h> #define OSLTEST_DECLARE_USTRING( str_name, str_value ) \ - ::rtl::OUString a##str_name = rtl::OUString::createFromAscii( str_value ) + ::rtl::OUString a##str_name( str_value ) // condition names |