diff options
author | Frank Schönheit <fs@openoffice.org> | 2002-09-11 13:03:21 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2002-09-11 13:03:21 +0000 |
commit | 037c5e205686ef6c781b7590bbc40b9898ac6832 (patch) | |
tree | f216b7999e3065e54ed0850e5134d263ff895e4c /sfx2 | |
parent | 1155fb8b92a664760496acf3bf3b50d0eba1b40c (diff) |
#102739# made a comparison in the previous fix more ... straight-forward
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/templdlg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx index 5746807cbbd0..01f445657471 100644 --- a/sfx2/source/dialog/templdlg.cxx +++ b/sfx2/source/dialog/templdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: templdlg.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: fs $ $Date: 2002-09-11 14:00:54 $ + * last change: $Author: fs $ $Date: 2002-09-11 14:03:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -434,7 +434,7 @@ SfxActionListBox::SfxActionListBox( SfxCommonTemplateDialog_Impl* pParent, PopupMenu* SfxActionListBox::CreateContextMenu( void ) { //added by BerryJia for fixing Bug102739 2002-9-9 17:00(Beijing Time) - if( !GetSelectionCount() > 0 ) + if( !( GetSelectionCount() > 0 ) ) { pDialog->EnableEdit( FALSE ); pDialog->EnableDel( FALSE ); |