summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2018-04-07 23:10:40 +0900
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-04-08 08:38:56 +0200
commit2c63fcb0cf10c7ce580545576f2bd40dbcdb61d0 (patch)
tree05782e29d60baa9676034a8d4e83e6a0e5bcf178 /ucb
parent996e1d7f7944b7c23797b7b92cf19a3ac58ad8cb (diff)
ucb: Fix overwriting at index 7
It seems a typo at ee2ecbf89b002fa8f60316b4266b96dfca8b4591. This recovers command "insert". Change-Id: Id335799ab615c09e025badd9408aeb363200c430 Reviewed-on: https://gerrit.libreoffice.org/52552 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/filtask.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/file/filtask.cxx b/ucb/source/ucp/file/filtask.cxx
index 0bbeb93675d4..85164c30792a 100644
--- a/ucb/source/ucp/file/filtask.cxx
+++ b/ucb/source/ucp/file/filtask.cxx
@@ -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)
{