summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno/unoatxt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/uno/unoatxt.cxx')
-rw-r--r--sw/source/uibase/uno/unoatxt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uno/unoatxt.cxx b/sw/source/uibase/uno/unoatxt.cxx
index ed520f0bec9d..4ea2e22fc16d 100644
--- a/sw/source/uibase/uno/unoatxt.cxx
+++ b/sw/source/uibase/uno/unoatxt.cxx
@@ -600,7 +600,7 @@ void SwXAutoTextGroup::setPropertyValue(
aValue >>= sNewTitle;
if(sNewTitle.isEmpty())
throw lang::IllegalArgumentException();
- bool bChanged = !sNewTitle.equals(pGlosGroup->GetName());
+ bool bChanged = sNewTitle != pGlosGroup->GetName();
pGlosGroup->SetName(sNewTitle);
if(bChanged && HasGlossaryList())
GetGlossaryList()->ClearGroups();