summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdrawpath.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawpath.cxx b/lotuswordpro/source/filter/xfilter/xfdrawpath.cxx
index e150e436b958..b85f2d6dc473 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawpath.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawpath.cxx
@@ -68,7 +68,7 @@ XFSvgPathEntry::XFSvgPathEntry()
OUString XFSvgPathEntry::ToString()
{
assert(!m_strCommand.isEmpty());
- OUStringBuffer str = m_strCommand;
+ OUStringBuffer str(m_strCommand);
for (auto const& point : m_aPoints)
{