diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-03 05:13:13 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-03 18:26:30 +0200 |
commit | d9757d71e89711efa35e2e559d682f8dabeb814f (patch) | |
tree | 09b68a8bf3eb070af7428c0ef2a67a779c409f8e /sal | |
parent | f9b4426b9783eb989878bbb3c71f245b1cc5b780 (diff) |
fix indentation
Change-Id: I43bad91f6afe5b55c6e2b6bf952cc0291d5bdd10
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/rtl_strings/rtl_OUStringBuffer.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sal/qa/rtl_strings/rtl_OUStringBuffer.cxx b/sal/qa/rtl_strings/rtl_OUStringBuffer.cxx index 58cf2ca1b89e..d40306d14769 100644 --- a/sal/qa/rtl_strings/rtl_OUStringBuffer.cxx +++ b/sal/qa/rtl_strings/rtl_OUStringBuffer.cxx @@ -1172,25 +1172,25 @@ sal_Bool SAL_CALL test_rtl_OUStringBuffer_append_004( {"Appends the sal_Bool(sal_True) to the string buffer arrOUS[1]", new OUString(aUStr47), new OUStringBuffer(arrOUS[1]), sal_True }, - {"Appends the sal_Bool(sal_False) to the string buffer arrOUS[1]", + {"Appends the sal_Bool(sal_False) to the string buffer arrOUS[1]", new OUString(aUStr48), new OUStringBuffer(arrOUS[1]), sal_False }, - {"Appends the sal_Bool(sal_True) to the string buffer arrOUS[2]", + {"Appends the sal_Bool(sal_True) to the string buffer arrOUS[2]", new OUString(aUStr47), new OUStringBuffer(arrOUS[2]), sal_True }, - {"Appends the sal_Bool(sal_False) to the string buffer arrOUS[2]", + {"Appends the sal_Bool(sal_False) to the string buffer arrOUS[2]", new OUString(aUStr48), new OUStringBuffer(arrOUS[2]), sal_False }, - {"Appends the sal_Bool(sal_True) to the string buffer arrOUS[3]", + {"Appends the sal_Bool(sal_True) to the string buffer arrOUS[3]", new OUString(aUStr47), new OUStringBuffer(arrOUS[3]), sal_True }, - {"Appends the sal_Bool(sal_False) to the string buffer arrOUS[3]", + {"Appends the sal_Bool(sal_False) to the string buffer arrOUS[3]", new OUString(aUStr48), new OUStringBuffer(arrOUS[3]), sal_False }, - {"Appends the sal_Bool(sal_True) to the string buffer arrOUS[4]", + {"Appends the sal_Bool(sal_True) to the string buffer arrOUS[4]", new OUString(aUStr49), new OUStringBuffer(arrOUS[4]), sal_True }, - {"Appends the sal_Bool(sal_False) to the string buffer arrOUS[4]", + {"Appends the sal_Bool(sal_False) to the string buffer arrOUS[4]", new OUString(aUStr50), new OUStringBuffer(arrOUS[4]), sal_False } }; |