Kaydet (Commit) 94b46d20 authored tarafından Jacobo Aragunde Pérez's avatar Jacobo Aragunde Pérez

Correct wrong variable name.

Change-Id: Ic76e328e7600aab54dfb8318e1d9667fa6d309a5
üst de90456c
...@@ -3595,7 +3595,7 @@ void DocxAttributeOutput::WritePostponedFormControl(const SdrObject* pObject) ...@@ -3595,7 +3595,7 @@ void DocxAttributeOutput::WritePostponedFormControl(const SdrObject* pObject)
bool DocxAttributeOutput::PostponeOLE( const SdrObject*, SwOLENode& rNode, const Size& rSize, const SwFlyFrmFmt* pFlyFrmFmt ) bool DocxAttributeOutput::PostponeOLE( const SdrObject*, SwOLENode& rNode, const Size& rSize, const SwFlyFrmFmt* pFlyFrmFmt )
{ {
if( m_postponedVMLDrawing == NULL ) if( m_postponedOLE == NULL )
return false; return false;
m_postponedOLE->push_back( PostponedOLE( &rNode, rSize, pFlyFrmFmt ) ); m_postponedOLE->push_back( PostponedOLE( &rNode, rSize, pFlyFrmFmt ) );
return true; return true;
......
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