Kaydet (Commit) dc836aa4 authored tarafından Julien Nabet's avatar Julien Nabet

cppcheck: remove dups

Change-Id: I59622a66358a688caac36b7da220588dc2da440a
üst f23ae024
helpcontent2 @ 0dc1069f
Subproject commit 74508d8b773142bf68780b8550ff70baaa53be89
Subproject commit 0dc1069fa953547ac90aebf058b6ff18a83e820f
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment