summaryrefslogtreecommitdiff
path: root/cui/source/customize/eventdlg.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-13 17:49:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-13 17:54:24 +0200
commit2c90156b763d5e90ef916a7f4dd7c7db9241c3cd (patch)
tree4833306ffc642db7062b7be268c17235bba59a45 /cui/source/customize/eventdlg.cxx
parent75838570c39ac5f399c1903d259355f3b80e07da (diff)
loplugin:staticcall
Change-Id: I6bc306aa59b5610b987871ea8cf6e561233178c6
Diffstat (limited to 'cui/source/customize/eventdlg.cxx')
-rw-r--r--cui/source/customize/eventdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/customize/eventdlg.cxx b/cui/source/customize/eventdlg.cxx
index 8d2111fd5018..92238045faf3 100644
--- a/cui/source/customize/eventdlg.cxx
+++ b/cui/source/customize/eventdlg.cxx
@@ -144,7 +144,7 @@ void SvxEventConfigPage::ImplInitDocument()
if ( xSupplier.is() )
{
m_xDocumentEvents = xSupplier->getEvents();
- m_xDocumentModifiable = m_xDocumentModifiable.query( xModel );
+ m_xDocumentModifiable.set(xModel, css::uno::UNO_QUERY);
OUString aTitle = ::comphelper::DocumentInfo::getDocumentTitle( xModel );
sal_uInt16 nPos = m_pSaveInListBox->InsertEntry( aTitle );