Kaydet (Commit) 2b03336d authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: noExplicitConstructor

Change-Id: I38ba88252e2fcadb1a9b36fd0ee1db7d61959bbb
üst d8108c98
......@@ -32,7 +32,7 @@ namespace
{
struct CrsrStateHelper
{
CrsrStateHelper(SwCrsrShell& rShell)
explicit CrsrStateHelper(SwCrsrShell& rShell)
: m_aLink(rShell)
, m_pCrsr(rShell.GetSwCrsr())
, m_aSaveState(*m_pCrsr)
......
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