sfx2/source/control/unoctitm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 26cb920cf04f152e767377223d80c57ee6f3fefb Author: Noel Grandin <n...@peralex.com> Date: Thu Oct 2 08:39:03 2014 +0200 fix for older compiler, doesn't like <:: Change-Id: I2d05af506ae38ec3e61c9b6afaf2b39521067005 diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index 57416d7..b9b012a 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -919,7 +919,7 @@ void SfxDispatchController_Impl::StateChanged( sal_uInt16 nSID, SfxItemState eSt { try { - static_cast<::com::sun::star::frame::XStatusListener *>(aIt.next())->statusChanged( aEvent ); + static_cast< ::com::sun::star::frame::XStatusListener *>(aIt.next())->statusChanged( aEvent ); } catch (const ::com::sun::star::uno::RuntimeException&) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits