diff options
Diffstat (limited to 'framework/source/uielement/genericstatusbarcontroller.cxx')
-rw-r--r-- | framework/source/uielement/genericstatusbarcontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uielement/genericstatusbarcontroller.cxx b/framework/source/uielement/genericstatusbarcontroller.cxx index fefcbc381f16..5c149eaeb4f2 100644 --- a/framework/source/uielement/genericstatusbarcontroller.cxx +++ b/framework/source/uielement/genericstatusbarcontroller.cxx @@ -101,7 +101,7 @@ void SAL_CALL GenericStatusbarController::statusChanged( } else if ( ( rEvent.State >>= aGraphic ) && m_bOwnerDraw ) { - m_xGraphic = aGraphic; + m_xGraphic = std::move(aGraphic); } // when the status is updated, and the controller is responsible for |