diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/app/appopt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/app/appopt.cxx b/sw/source/ui/app/appopt.cxx index 76d33a365a3d..3ffb0653f440 100644 --- a/sw/source/ui/app/appopt.cxx +++ b/sw/source/ui/app/appopt.cxx @@ -258,7 +258,7 @@ void SwModule::ApplyItemSet( sal_uInt16 nId, const SfxItemSet& rSet ) { // the text dialog mustn't apply data to the web view and vice versa sal_Bool bWebView = 0 != PTR_CAST(SwWebView, pAppView); - if( (bWebView == bTextDialog)) + if(bWebView == bTextDialog) pAppView = 0; } |