summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-09-02 18:56:09 +0200
committerjan Iversen <jani@libreoffice.org>2017-09-02 18:56:09 +0200
commit8207ed40715425969f52a895f3db10b3c0625311 (patch)
treeea6bc7e3b9065a2561e70b9f284948987f76fa83
parent20169423d492b58ab93fb0e8e9d2918c0baebc92 (diff)
MAC, remove build breaker in session.cxx
commented out unused variable, to allow mac to build. Change-Id: Ibc9f7418f402f4646cd68dd434597b3c1bee53df
-rw-r--r--vcl/source/app/session.cxx2
1 files changed, 1 insertions, 1 deletions
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() );