Kaydet (Commit) 232d37b2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

More loplugin:simplifybool

Change-Id: Id3b0791cf5443eaccb6beea0e913be5b9080d812
üst 288de2f3
...@@ -179,7 +179,7 @@ IMPL_LINK ( PlacesListBox, DoubleClick, void*, EMPTYARG ) ...@@ -179,7 +179,7 @@ IMPL_LINK ( PlacesListBox, DoubleClick, void*, EMPTYARG )
{ {
sal_uInt16 nSelected = mpImpl->GetCurrRow(); sal_uInt16 nSelected = mpImpl->GetCurrRow();
PlacePtr pPlace = maPlaces[nSelected]; PlacePtr pPlace = maPlaces[nSelected];
if ( pPlace->IsEditable() == true && !pPlace->IsLocal( ) ) if ( pPlace->IsEditable() && !pPlace->IsLocal( ) )
{ {
PlaceEditDialog aDlg( mpDlg, pPlace ); PlaceEditDialog aDlg( mpDlg, pPlace );
short aRetCode = aDlg.Execute(); short aRetCode = aDlg.Execute();
......
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