summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno/unodispatch.cxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-01-08 22:50:33 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-01-08 22:50:33 +0100
commit93857a0ec92ee511c0ddce90004cd40e338a93f5 (patch)
tree715aa886d24de2ddd636766ab292043a25dda231 /sw/source/ui/uno/unodispatch.cxx
parent3a66e8444c9086c53a27159a1a0edad3b6e85ff5 (diff)
parent9d43ce3490eb06668cd7fa6e7d29b7a7ced18957 (diff)
autorecovery: merge after rebase to m69
Diffstat (limited to 'sw/source/ui/uno/unodispatch.cxx')
-rw-r--r--sw/source/ui/uno/unodispatch.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/uno/unodispatch.cxx b/sw/source/ui/uno/unodispatch.cxx
index 81849559cfc2..ba0f490da4ca 100644
--- a/sw/source/ui/uno/unodispatch.cxx
+++ b/sw/source/ui/uno/unodispatch.cxx
@@ -59,8 +59,7 @@ const sal_Char* cInternalDBChangeNotification = ".uno::Writer/DataSourceChanged"
SwXDispatchProviderInterceptor::SwXDispatchProviderInterceptor(SwView& rVw) :
m_pView(&rVw)
{
- SfxFrame* pFrame = m_pView->GetViewFrame()->GetFrame();
- uno::Reference< frame::XFrame> xUnoFrame = pFrame->GetFrameInterface();
+ uno::Reference< frame::XFrame> xUnoFrame = m_pView->GetViewFrame()->GetFrame().GetFrameInterface();
m_xIntercepted = uno::Reference< frame::XDispatchProviderInterception>(xUnoFrame, uno::UNO_QUERY);
if(m_xIntercepted.is())
{