Kaydet (Commit) 26cb920c authored tarafından Noel Grandin's avatar Noel Grandin

fix for older compiler, doesn't like <::

Change-Id: I2d05af506ae38ec3e61c9b6afaf2b39521067005
üst 04882a0a
......@@ -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&)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment