[Libreoffice-commits] core.git: sal/qa
Stephan Bergmann
sbergman at redhat.com
Tue Jun 23 05:48:40 PDT 2015
sal/qa/rtl/strings/test_strings_replace.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0f03d20011c31e36823ca5260e1840593d6949a1
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Jun 23 14:48:16 2015 +0200
typo
Change-Id: I80e32c8198a153a16e6a91921dff025bf5bd3170
diff --git a/sal/qa/rtl/strings/test_strings_replace.cxx b/sal/qa/rtl/strings/test_strings_replace.cxx
index 8976702..999df82 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 {
More information about the Libreoffice-commits
mailing list