diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-20 11:46:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-20 11:46:57 +0200 |
commit | 85ce992473a435497014f856f95f3914783f8d72 (patch) | |
tree | 8bf9e29073312fac5c117d0794660d2825b794b6 /svx/source/dialog/svxbmpnumvalueset.cxx | |
parent | 173a75bad357c65f4e77dc1688445276bdaeaf9c (diff) |
loplugin:defaultparams
Change-Id: I6bd0482967f35a4fc4c2384e775753c413c52162
Diffstat (limited to 'svx/source/dialog/svxbmpnumvalueset.cxx')
-rw-r--r-- | svx/source/dialog/svxbmpnumvalueset.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/svxbmpnumvalueset.cxx b/svx/source/dialog/svxbmpnumvalueset.cxx index 1d01cd92cf48..d7be12c594d3 100644 --- a/svx/source/dialog/svxbmpnumvalueset.cxx +++ b/svx/source/dialog/svxbmpnumvalueset.cxx @@ -503,7 +503,7 @@ void SvxBmpNumValueSet::UserDraw(const UserDrawEvent& rUDEvt) Graphic aGraphic; if(!GalleryExplorer::GetGraphicObj( GALLERY_THEME_BULLETS, nItemId - 1, - &aGraphic, NULL)) + &aGraphic)) { bGrfNotFound = true; } |