diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-12-27 15:21:43 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-12-27 15:22:57 +0100 |
commit | dc836aa46d3436bf631a8f70a5e04d76ff7ad45f (patch) | |
tree | 9851a20c9c0c037267a1bd74bee8e53e4409e33b | |
parent | f23ae024461665eac0bdcc569eabe9caf28a8943 (diff) |
cppcheck: remove dups
Change-Id: I59622a66358a688caac36b7da220588dc2da440a
m--------- | helpcontent2 | 0 | ||||
-rw-r--r-- | sfx2/source/appl/sfxhelp.cxx | 1 | ||||
-rw-r--r-- | svx/source/sidebar/tools/ColorControl.cxx | 2 |
3 files changed, 1 insertions, 2 deletions
diff --git a/helpcontent2 b/helpcontent2 -Subproject 74508d8b773142bf68780b8550ff70baaa53be8 +Subproject 0dc1069fa953547ac90aebf058b6ff18a83e820 diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx index 3640b4616a8c..7cf1b210a66e 100644 --- a/sfx2/source/appl/sfxhelp.cxx +++ b/sfx2/source/appl/sfxhelp.cxx @@ -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") diff --git a/svx/source/sidebar/tools/ColorControl.cxx b/svx/source/sidebar/tools/ColorControl.cxx index 75264f1a108f..0ca0f3c5915a 100644 --- a/svx/source/sidebar/tools/ColorControl.cxx +++ b/svx/source/sidebar/tools/ColorControl.cxx @@ -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); |