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

CID#708741 uninitialized members

Change-Id: I15475d560e889b0f0fc91d96cfa6ae97e81a41b5
üst 717f214e
...@@ -55,7 +55,11 @@ namespace cssxw = com::sun::star::xml::wrapper; ...@@ -55,7 +55,11 @@ namespace cssxw = com::sun::star::xml::wrapper;
#define NODE_NOTREMOVED 1 #define NODE_NOTREMOVED 1
#define NODE_STOPED 2 #define NODE_STOPED 2
XMLDocumentWrapper_XmlSecImpl::XMLDocumentWrapper_XmlSecImpl( ) XMLDocumentWrapper_XmlSecImpl::XMLDocumentWrapper_XmlSecImpl()
: m_nCurrentPosition(0)
, m_pStopAtNode(0)
, m_pCurrentReservedNode(0)
, m_nReservedNodeIndex(0)
{ {
saxHelper.startDocument(); saxHelper.startDocument();
m_pDocument = saxHelper.getDocument(); m_pDocument = saxHelper.getDocument();
......
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