Kaydet (Commit) 52829d9a authored tarafından Takeshi Abe's avatar Takeshi Abe Kaydeden (comit) Noel Grandin

ucb: The sequence's length is 3, not 2.

This completes 1a926112.

Change-Id: I03e6167bca67f8852250d8464b6fde5e4e690f32
Reviewed-on: https://gerrit.libreoffice.org/52261Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 50d9f150
......@@ -215,9 +215,8 @@ public:
CommandProcessorInfo::CommandProcessorInfo()
: m_pInfo( new uno::Sequence< ucb::CommandInfo >( 3 ) )
{
m_pInfo.reset( new uno::Sequence< ucb::CommandInfo >( 2 ) );
(*m_pInfo)[ 0 ]
= ucb::CommandInfo(
GETCOMMANDINFO_NAME, // Name
......
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