From f045f223bf6f6fd4beca672ad03ac289e0a82d75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Wed, 20 Oct 2010 12:07:10 +0100 Subject: [PATCH] WaE, misordered init list --- sc/source/core/data/documen2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx index 5cf6bd3b54cc..0f2c95446683 100644 --- a/sc/source/core/data/documen2.cxx +++ b/sc/source/core/data/documen2.cxx @@ -158,8 +158,8 @@ ScDocument::ScDocument( ScDocumentMode eMode, pCacheFieldEditEngine( NULL ), pDocProtection( NULL ), mpClipParam( NULL), - mpMacroMgr( NULL ), pExternalRefMgr( NULL ), + mpMacroMgr( NULL ), pViewOptions( NULL ), pDocOptions( NULL ), pExtDocOptions( NULL ),