diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-27 15:28:49 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-27 15:31:00 +0200 |
commit | 44642cbc558ba869c91a629ffc34c6867319069a (patch) | |
tree | 8ec216dbc4f76ac5e798a2af155b532b806f8344 /sd/source/ui/annotations/annotationmanager.cxx | |
parent | 6c97d801203b277428e329d174c8650e5fae78ab (diff) |
More loplugin:simplifybool
Change-Id: I3bb156856ec6538168764c64dc768ba70c9bca88
Diffstat (limited to 'sd/source/ui/annotations/annotationmanager.cxx')
-rw-r--r-- | sd/source/ui/annotations/annotationmanager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx index 015c5a457570..b856cb1e0b89 100644 --- a/sd/source/ui/annotations/annotationmanager.cxx +++ b/sd/source/ui/annotations/annotationmanager.cxx @@ -374,7 +374,7 @@ void AnnotationManagerImpl::InsertAnnotation() } } - if( bFree == false) + if( !bFree ) { x += width; if( x > page_width ) |