summaryrefslogtreecommitdiff
path: root/sw/source/uibase/chrdlg/ccoll.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/chrdlg/ccoll.cxx')
-rw-r--r--sw/source/uibase/chrdlg/ccoll.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/chrdlg/ccoll.cxx b/sw/source/uibase/chrdlg/ccoll.cxx
index d066d7a86e91..d88268e2495c 100644
--- a/sw/source/uibase/chrdlg/ccoll.cxx
+++ b/sw/source/uibase/chrdlg/ccoll.cxx
@@ -170,7 +170,7 @@ void
SwCondCollItem::SetStyle(OUString const*const pStyle, sal_uInt16 const nPos)
{
if( nPos < COND_COMMAND_COUNT )
- m_sStyles[nPos] = (pStyle) ? *pStyle : OUString();
+ m_sStyles[nPos] = pStyle ? *pStyle : OUString();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */