diff options
-rw-r--r-- | lotuswordpro/source/filter/lwppara.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwppara.cxx b/lotuswordpro/source/filter/lwppara.cxx index 12d647b366ef..deff61d8d77d 100644 --- a/lotuswordpro/source/filter/lwppara.cxx +++ b/lotuswordpro/source/filter/lwppara.cxx @@ -685,7 +685,7 @@ void LwpPara::RegisterStyle() } } - if (pPara && pPara->GetPrevious()) + if (pPara->GetPrevious()) pPrePara = dynamic_cast<LwpPara*>(pPara->GetPrevious()->obj(VO_PARA)); else pPrePara=NULL; |