summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unotext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unotext.cxx')
-rw-r--r--sw/source/core/unocore/unotext.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unotext.cxx b/sw/source/core/unocore/unotext.cxx
index cd7d061cfebe..08e6ce57d7bd 100644
--- a/sw/source/core/unocore/unotext.cxx
+++ b/sw/source/core/unocore/unotext.cxx
@@ -1982,8 +1982,7 @@ lcl_ApplyRowProperties(
for (sal_Int32 nProperty = 0; nProperty < rRowProperties.getLength();
++nProperty)
{
- if (pProperties[ nProperty ].Name.equalsAsciiL(
- RTL_CONSTASCII_STRINGPARAM("TableColumnSeparators")))
+ if ( pProperties[ nProperty ].Name == "TableColumnSeparators" )
{
// add the separators to access the cell's positions
// for vertical merging later