Kaydet (Commit) c70ed916 authored tarafından Pavel Janík's avatar Pavel Janík

WaE: reorder initializations to prevent compiler warning.

üst b01b45e9
......@@ -216,15 +216,15 @@ ScDocument::ScDocument( ScDocumentMode eMode,
eGrammar( formula::FormulaGrammar::GRAM_NATIVE ),
bStyleSheetUsageInvalid( sal_True ),
mbUndoEnabled( true ),
//IAccessibility2 Implementation 2009-----
bReadOnly(sal_False),
//-----IAccessibility2 Implementation 2009
mbAdjustHeightEnabled( true ),
mbExecuteLinkEnabled( true ),
mbChangeReadOnlyEnabled( false ),
mbStreamValidLocked( false ),
mbIsTemporary(false), // #118840#
mnNamedRangesLockCount( 0 )
mnNamedRangesLockCount( 0 ),
//IAccessibility2 Implementation 2009-----
bReadOnly(sal_False)
//-----IAccessibility2 Implementation 2009
{
SetStorageGrammar( formula::FormulaGrammar::GRAM_STORAGE_DEFAULT);
......
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