Kaydet (Commit) 79a6b519 authored tarafından Andre Fischer's avatar Andre Fischer Kaydeden (comit) Xisco Fauli

#i119557# Ignore redundant "split" property.

Patch by: Jianyuan Li
Found by: binguo
Review by: Andre Fischer
üst 2b520e7d
......@@ -2520,6 +2520,9 @@ void ScViewData::ReadExtOptions( const ScExtDocOptions& rDocOpt )
double nFactor = pDocShell->GetOutputFactor();
aPixel.X() = (long)( aPixel.X() * nFactor + 0.5 );
}
bHSplit = bHSplit && aPixel.X() > 0;
bVSplit = bVSplit && aPixel.Y() > 0;
if( bHSplit )
{
rViewTab.eHSplitMode = SC_SPLIT_NORMAL;
......
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