summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
{