cppcheck: remove dups

Change-Id: I59622a66358a688caac36b7da220588dc2da440a
This commit is contained in:
Julien Nabet 2013-12-27 15:21:43 +01:00
parent f23ae02446
commit dc836aa46d
3 changed files with 2 additions and 3 deletions

@ -1 +1 @@
Subproject commit 74508d8b773142bf68780b8550ff70baaa53be89
Subproject commit 0dc1069fa953547ac90aebf058b6ff18a83e820f

View File

@ -339,7 +339,6 @@ OUString SfxHelp::GetHelpModuleName_Impl()
|| aFactoryShortName.startsWith("dbapp")
|| aFactoryShortName.startsWith("dbreport")
|| aFactoryShortName.startsWith("swreport")
|| aFactoryShortName.startsWith("dbbrowser")
|| aFactoryShortName.startsWith("swform") )
aFactoryShortName = "sdatabase";
else if ( aFactoryShortName.startsWith("sbibliography")

View File

@ -123,7 +123,7 @@ void ColorControl::FillColors (void)
return;
const WinBits aWinBits(maVSColor.GetStyle() | WB_TABSTOP | WB_ITEMBORDER | WB_NAMEFIELD |
WB_NO_DIRECTSELECT | WB_MENUSTYLEVALUESET | WB_NO_DIRECTSELECT);
WB_NO_DIRECTSELECT | WB_MENUSTYLEVALUESET);
maVSColor.SetStyle(aWinBits);