diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:48:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:54:22 +0200 |
commit | 0e44fb66e59fffe7ba1187a825f9c2d3562459dd (patch) | |
tree | 6c76fb34e102153fbfe560a0f369c5e0e98e83e3 /basctl/source/dlged | |
parent | c2d4743d3009c1f993b6ef180b9c0593d9200079 (diff) |
loplugin:staticcall
Change-Id: Ida2e09b88c9df0d70c8298020d768e6386714edd
Diffstat (limited to 'basctl/source/dlged')
-rw-r--r-- | basctl/source/dlged/propbrw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/dlged/propbrw.cxx b/basctl/source/dlged/propbrw.cxx index 847bdfd7cfb8..e68f7ebd0a44 100644 --- a/basctl/source/dlged/propbrw.cxx +++ b/basctl/source/dlged/propbrw.cxx @@ -490,7 +490,7 @@ void PropBrw::ImplUpdate( const Reference< XModel >& _rxContextDocument, SdrView if ( pDlgEdObj->IsGroupObject() ) // group object aNewObjects = CreateMultiSelectionSequence( rMarkList ); else // single selection - xNewObject = xNewObject.query( pDlgEdObj->GetUnoControlModel() ); + xNewObject.set(pDlgEdObj->GetUnoControlModel(), css::uno::UNO_QUERY); } } else if ( nMarkCount > 1 ) // multiple selection |