diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-06-23 14:48:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-06-23 14:48:16 +0200 |
commit | 0f03d20011c31e36823ca5260e1840593d6949a1 (patch) | |
tree | 0d51040a70350b54d593a95b1678bea8734ea5a0 /sal/qa/rtl | |
parent | b5091379007ddd1c736425f2d0de373ec8b4eae9 (diff) |
typo
Change-Id: I80e32c8198a153a16e6a91921dff025bf5bd3170
Diffstat (limited to 'sal/qa/rtl')
-rw-r--r-- | sal/qa/rtl/strings/test_strings_replace.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/rtl/strings/test_strings_replace.cxx b/sal/qa/rtl/strings/test_strings_replace.cxx index 8976702aba5f..999df825a53a 100644 --- a/sal/qa/rtl/strings/test_strings_replace.cxx +++ b/sal/qa/rtl/strings/test_strings_replace.cxx @@ -24,7 +24,7 @@ OUString s_bar("bar"); OUString s_bars("bars"); OUString s_foo("foo"); OUString s_other("other"); -OUString s_xx("xa"); +OUString s_xa("xa"); OUString s_xx("xx"); class Test: public CppUnit::TestFixture { |