[Libreoffice-commits] core.git: vcl/source

jan Iversen jani at libreoffice.org
Sat Sep 2 16:57:15 UTC 2017


 vcl/source/app/session.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8207ed40715425969f52a895f3db10b3c0625311
Author: jan Iversen <jani at libreoffice.org>
Date:   Sat Sep 2 18:56:09 2017 +0200

    MAC, remove build breaker in session.cxx
    
    commented out unused variable, to allow mac to build.
    
    Change-Id: Ibc9f7418f402f4646cd68dd434597b3c1bee53df

diff --git a/vcl/source/app/session.cxx b/vcl/source/app/session.cxx
index 57a4303e2aea..8eba3ec73c1f 100644
--- a/vcl/source/app/session.cxx
+++ b/vcl/source/app/session.cxx
@@ -266,7 +266,7 @@ void SAL_CALL VCLSession::removeSessionManagerListener( const css::uno::Referenc
 
     osl::MutexGuard aGuard( m_aMutex );
 
-    std::vector< Listener >::iterator it = m_aListeners.begin();
+//Mac build breaker    std::vector< Listener >::iterator it = m_aListeners.begin();
 
     SAL_INFO("vcl.se.debug", "  m_aListeners.size() = " << m_aListeners.size() );
 


More information about the Libreoffice-commits mailing list