summaryrefslogtreecommitdiff
path: root/svx/source/items/SmartTagItem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/items/SmartTagItem.cxx')
-rw-r--r--svx/source/items/SmartTagItem.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/source/items/SmartTagItem.cxx b/svx/source/items/SmartTagItem.cxx
index 3fd891d7fad3..03dede7fa335 100644
--- a/svx/source/items/SmartTagItem.cxx
+++ b/svx/source/items/SmartTagItem.cxx
@@ -72,15 +72,13 @@ bool SvxSmartTagItem::operator==( const SfxPoolItem& rAttr ) const
const SvxSmartTagItem& rItem = static_cast<const SvxSmartTagItem&>(rAttr);
- int bRet = maActionComponentsSequence == rItem.maActionComponentsSequence &&
+ return maActionComponentsSequence == rItem.maActionComponentsSequence &&
maActionIndicesSequence == rItem.maActionIndicesSequence &&
maStringKeyMaps == rItem.maStringKeyMaps &&
mxRange == rItem.mxRange &&
mxController == rItem.mxController &&
maApplicationName == rItem.maApplicationName &&
maRangeText == rItem.maRangeText;
-
- return bRet;
}
// -----------------------------------------------------------------------