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

CID#1103755 unint members

Change-Id: Ic6961e3f18aed2f271f80c69d17a5c34a0c9fa8e
üst 8a241542
...@@ -407,8 +407,10 @@ void BasicElementBase::processingInstruction( const OUString& /*rTarget*/, const ...@@ -407,8 +407,10 @@ void BasicElementBase::processingInstruction( const OUString& /*rTarget*/, const
// BasicImport // BasicImport
BasicImport::BasicImport( const Reference< frame::XModel >& rxModel, bool bOasis ) BasicImport::BasicImport( const Reference< frame::XModel >& rxModel, bool bOasis )
:m_xModel( rxModel ) : XMLNS_UID(0)
,m_bOasis( bOasis ) , XMLNS_XLINK_UID(0)
, m_xModel(rxModel)
, m_bOasis(bOasis)
{ {
} }
......
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