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

ucb: Fix overwriting at index 7

It seems a typo at ee2ecbf8.
This recovers command "insert".

Change-Id: Id335799ab615c09e025badd9408aeb363200c430
Reviewed-on: https://gerrit.libreoffice.org/52552Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 996e1d7f
......@@ -347,9 +347,9 @@ TaskManager::TaskManager( const uno::Reference< uno::XComponentContext >& rxCont
m_sCommandInfo[7].Handle = -1;
m_sCommandInfo[7].ArgType = cppu::UnoType<InsertCommandArgument>::get();
m_sCommandInfo[7].Name = "createNewContent";
m_sCommandInfo[7].Handle = -1;
m_sCommandInfo[7].ArgType = cppu::UnoType<ucb::ContentInfo>::get();
m_sCommandInfo[8].Name = "createNewContent";
m_sCommandInfo[8].Handle = -1;
m_sCommandInfo[8].ArgType = cppu::UnoType<ucb::ContentInfo>::get();
if(m_bWithConfig)
{
......
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