cppcheck: remove dups
Change-Id: I59622a66358a688caac36b7da220588dc2da440a
This commit is contained in:
Submodule helpcontent2 updated: 74508d8b77...0dc1069fa9
@@ -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")
|
||||
|
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user