summaryrefslogtreecommitdiff
path: root/svx/source/form/fmPropBrw.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-13 17:52:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-13 17:54:34 +0200
commit6b8440134f4a8fa05450cdd492942e92c1f75803 (patch)
tree841b302f0544fe73d1f30fd97e6f0db5030ae752 /svx/source/form/fmPropBrw.cxx
parent30069114fef2858936c988e8fbc92a69b2ddc8d3 (diff)
loplugin:staticcall
Change-Id: I41ecb2b80251f56823f6b59c0746ff50531e6c84
Diffstat (limited to 'svx/source/form/fmPropBrw.cxx')
-rw-r--r--svx/source/form/fmPropBrw.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/fmPropBrw.cxx b/svx/source/form/fmPropBrw.cxx
index dbe759e29791..a1b2cf54b6da 100644
--- a/svx/source/form/fmPropBrw.cxx
+++ b/svx/source/form/fmPropBrw.cxx
@@ -567,10 +567,10 @@ void FmPropBrw::impl_createPropertyBrowser_throw( FmFormShell* _pFormShell )
: DefaultFormComponentInspectorModel::createDefault( m_xInspectorContext );
// an object inspector
- m_xBrowserController = m_xBrowserController.query(
+ m_xBrowserController.set(
ObjectInspector::createWithModel(
m_xInspectorContext, m_xInspectorModel
- ) );
+ ), css::uno::UNO_QUERY);
if ( !m_xBrowserController.is() )
{