diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-07-07 13:04:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-07 13:05:04 +0200 |
commit | a82633760496aba3dbc8fb20ff02684109c9c1a3 (patch) | |
tree | 6cedf2b7605ce7ab8d776e977f732ca895d8e3d5 /cui | |
parent | a7ac7067fc0ac3e660943033e60e382be45d0879 (diff) |
loplugin:implicitboolconversion
Change-Id: I68ab7d2a4841d34455e1b886f9ec83a19eccaeb6
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optaboutconfig.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optaboutconfig.cxx b/cui/source/options/optaboutconfig.cxx index 54cf5e5043c7..38941bb7f238 100644 --- a/cui/source/options/optaboutconfig.cxx +++ b/cui/source/options/optaboutconfig.cxx @@ -920,7 +920,7 @@ IMPL_LINK_NOARG( CuiAboutConfigTabPage, ExpandingHdl_Impl ) } } - return true; + return 1; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |