Kaydet (Commit) f37a8c6b authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#738851 Uninitialized scalar field

Change-Id: I1aa25c29c4e58b30d0fc29768af7c2025e39c1be
üst 1ba08910
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
SmRtfExport::SmRtfExport(const SmNode* pIn) SmRtfExport::SmRtfExport(const SmNode* pIn)
: SmWordExportBase(pIn) : SmWordExportBase(pIn)
, m_pBuffer(0) , m_pBuffer(0)
, m_nEncoding(RTL_TEXTENCODING_DONTKNOW)
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment