summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/odma/odma_content.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/odma/odma_content.cxx')
-rw-r--r--ucb/source/ucp/odma/odma_content.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/odma/odma_content.cxx b/ucb/source/ucp/odma/odma_content.cxx
index 687aacf41baa..8ac01f85e818 100644
--- a/ucb/source/ucp/odma/odma_content.cxx
+++ b/ucb/source/ucp/odma/odma_content.cxx
@@ -832,15 +832,15 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
{
changePropertyValue(rValue,n,m_aProps->m_sTitle,nChanged,aRet,aChanges);
}
- else if ( rValue.Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( "Author") ) )
+ else if ( rValue.Name == "Author" )
{
changePropertyValue(rValue,n,m_aProps->m_sAuthor,nChanged,aRet,aChanges);
}
- else if ( rValue.Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( "Keywords") ) )
+ else if ( rValue.Name == "Keywords" )
{
changePropertyValue(rValue,n,m_aProps->m_sKeywords,nChanged,aRet,aChanges);
}
- else if ( rValue.Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( "Subject") ) )
+ else if ( rValue.Name == "Subject" )
{
changePropertyValue(rValue,n,m_aProps->m_sSubject,nChanged,aRet,aChanges);
}