summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmloff/source/style/impastp4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/impastp4.cxx b/xmloff/source/style/impastp4.cxx
index 6f6f15c49749..286785819bff 100644
--- a/xmloff/source/style/impastp4.cxx
+++ b/xmloff/source/style/impastp4.cxx
@@ -89,7 +89,7 @@ void SvXMLAutoStylePoolP_Impl::AddFamily(
"Adding duplicate family " << rStrName <<
" with mismatching mapper ! " <<
typeid(*aFind->mxMapper.get()).name() << " " <<
- typeid(rMapper.get()).name() );
+ typeid(*rMapper.get()).name() );
}
#endif