Kaydet (Commit) ad5443b9 authored tarafından J. Fernando Lagrange's avatar J. Fernando Lagrange Kaydeden (comit) Thorsten Behrens

fdo#74383 - PagesField: do not count hidden slides

Change-Id: Ied09cc3ed4305c14583e9f4d9ce211514c2c90e1
üst 0419524c
......@@ -275,7 +275,7 @@ IMPL_LINK(SdModule, CalcFieldValueHdl, EditFieldInfo*, pInfo)
}
else if( pDoc )
{
nPageCount = (sal_uInt16)pDoc->GetSdPageCount(PK_STANDARD);
nPageCount = (sal_uInt16)pDoc->GetActiveSdPageCount();
}
}
......
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