summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfont.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpfont.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpfont.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpfont.cxx b/lotuswordpro/source/filter/lwpfont.cxx
index 8b430866a3b8..bc97ed8b276e 100644
--- a/lotuswordpro/source/filter/lwpfont.cxx
+++ b/lotuswordpro/source/filter/lwpfont.cxx
@@ -474,7 +474,7 @@ Prerequisite: pStyle has been created and the paragraph properties has been set
pStyle->SetFont(pFont);
pStyle->SetStyleName(styleName);
XFStyleManager::AddStyle(pStyle);
- m_StyleList.insert(LwpParaStyleMap::value_type(styleObjID, styleName));
+ m_StyleList.emplace( styleObjID, styleName));
}*/
/*