sd/source/ui/view/outlview.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 763b3e1e598ae0ebe29c9168f5dc2a73f910ce38 Author: Julien Nabet <serval2...@yahoo.fr> Date: Sat Jan 28 18:53:25 2012 +0100 Fix duplicateExpression style Same expression on both sides of '&& diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx index 53ebbb4..85239e8 100644 --- a/sd/source/ui/view/outlview.cxx +++ b/sd/source/ui/view/outlview.cxx @@ -1620,7 +1620,7 @@ IMPL_LINK(OutlineView, EventMultiplexerListener, ::sd::tools::EventMultiplexerEv break; case tools::EventMultiplexerEvent::EID_PAGE_ORDER: - if (mpOutliner != NULL && mpDoc!=NULL && mpOutliner != NULL && dynamic_cast<Outliner*> ( mpOutliner )->GetIgnoreCurrentPageChangesLevel()==0) + if (mpOutliner != NULL && mpDoc!=NULL && dynamic_cast<Outliner*> ( mpOutliner )->GetIgnoreCurrentPageChangesLevel()==0) { if (((mpDoc->GetPageCount()-1)%2) == 0) { _______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits