summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filcmd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filcmd.cxx')
-rw-r--r--ucb/source/ucp/file/filcmd.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/filcmd.cxx b/ucb/source/ucp/file/filcmd.cxx
index 95be18aa33dd..ed6224436020 100644
--- a/ucb/source/ucp/file/filcmd.cxx
+++ b/ucb/source/ucp/file/filcmd.cxx
@@ -32,8 +32,7 @@ using namespace com::sun::star::ucb;
#endif
XCommandInfo_impl::XCommandInfo_impl( shell* pMyShell )
- : m_pMyShell( pMyShell ),
- m_xProvider( pMyShell->m_pProvider )
+ : m_pMyShell( pMyShell )
{
}