summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/txtnode/fmtatr2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/txtnode/fmtatr2.cxx b/sw/source/core/txtnode/fmtatr2.cxx
index 841ac42e561e..3443c01b1388 100644
--- a/sw/source/core/txtnode/fmtatr2.cxx
+++ b/sw/source/core/txtnode/fmtatr2.cxx
@@ -160,7 +160,7 @@ SfxPoolItem* SwFmtAutoFmt::Clone( SfxItemPool* ) const
bool SwFmtAutoFmt::QueryValue( uno::Any& rVal, sal_uInt8 ) const
{
- String sCharFmtName = StylePool::nameOf( mpHandle );
+ OUString sCharFmtName = StylePool::nameOf( mpHandle );
rVal <<= OUString( sCharFmtName );
return true;
}