summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unosect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unosect.cxx')
-rw-r--r--sw/source/core/unocore/unosect.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unosect.cxx b/sw/source/core/unocore/unosect.cxx
index f7ea3a3f63a0..d7a6e66768b4 100644
--- a/sw/source/core/unocore/unosect.cxx
+++ b/sw/source/core/unocore/unosect.cxx
@@ -1511,11 +1511,11 @@ throw (beans::UnknownPropertyException, uno::RuntimeException)
{
if (m_pImpl->m_bIsDescriptor)
{
- m_pImpl->m_pProps->m_sCondition = aEmptyStr;
+ m_pImpl->m_pProps->m_sCondition = aEmptyOUStr;
}
else
{
- pSectionData->SetCondition(aEmptyStr);
+ pSectionData->SetCondition(aEmptyOUStr);
}
}
break;