Kaydet (Commit) 8d4088c2 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1326204 Unchecked dynamic_cast

Change-Id: I39c942e2ce35283761e3b8daa1ae41986a170ca8
üst c458fbad
......@@ -689,7 +689,7 @@ void ViewShellBase::ReadUserDataSequence (
case ViewShell::ST_HANDOUT:
{
OUString sViewURL;
switch (dynamic_cast<DrawViewShell*>( pShell)->GetPageKind() )
switch (dynamic_cast<DrawViewShell&>(*pShell).GetPageKind())
{
default:
case PK_STANDARD:
......
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