[Libreoffice-commits] .: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Oct 15 00:52:54 PDT 2012
sw/source/ui/dialog/uiregionsw.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e3f78b763f448641564e462a2654e4084a4d6c40
Author: Jan Holesovsky <kendy at suse.cz>
Date: Mon Oct 15 09:34:56 2012 +0200
coverity#738967: Unused pointer value.
Change-Id: I2836de141d72e9c6e6cc5aa55a66f9e672912754
diff --git a/sw/source/ui/dialog/uiregionsw.cxx b/sw/source/ui/dialog/uiregionsw.cxx
index 9ff1bc8..6f6fad5 100644
--- a/sw/source/ui/dialog/uiregionsw.cxx
+++ b/sw/source/ui/dialog/uiregionsw.cxx
@@ -985,7 +985,7 @@ IMPL_LINK_NOARG(SwEditRegionDlg, ChangeDismissHdl)
aTree.GetModel()->Remove( pRemove );
}
- if ( (pEntry=aTree.FirstSelected()) == 0 )
+ if ( aTree.FirstSelected() == 0 )
{
aConditionFT. Enable(sal_False);
aConditionED. Enable(sal_False);
More information about the Libreoffice-commits
mailing list