summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno/unoatxt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/uno/unoatxt.cxx')
-rw-r--r--sw/source/ui/uno/unoatxt.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/uno/unoatxt.cxx b/sw/source/ui/uno/unoatxt.cxx
index dcb8ee93e45a..5ad584626976 100644
--- a/sw/source/ui/uno/unoatxt.cxx
+++ b/sw/source/ui/uno/unoatxt.cxx
@@ -407,7 +407,7 @@ uno::Reference< text::XAutoTextEntry > SwXAutoTextGroup::insertNewByName(const
pGlosGroup->SetBaseURL( aTemp.GetMainURL(INetURLObject::NO_DECODE));
}
else
- pGlosGroup->SetBaseURL( aEmptyStr );
+ pGlosGroup->SetBaseURL( aEmptyOUStr );
sal_uInt16 nRet;
if( pOnlyTxt )
@@ -705,8 +705,8 @@ void SwXAutoTextGroup::removeVetoableChangeListener(
void SwXAutoTextGroup::Invalidate()
{
pGlossaries = 0;
- sName = aEmptyStr;
- m_sGroupName = aEmptyStr;
+ sName = aEmptyOUStr;
+ m_sGroupName = aEmptyOUStr;
}
OUString SwXAutoTextGroup::getImplementationName(void) throw( uno::RuntimeException )