summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2009-12-03 14:16:35 +0000
committerMikhail Voitenko <mav@openoffice.org>2009-12-03 14:16:35 +0000
commit1639d24851a22f6a48a3ef8c8f46a7ecce5e8356 (patch)
treefa0b02d51145e43653c7f203a23c0a3b423c8315 /framework
parent83551c86578375623fa8e670bbfe1c976b3bd665 (diff)
#i10000# remove unused variable
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/sessionlistener.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/source/services/sessionlistener.cxx b/framework/source/services/sessionlistener.cxx
index 6dd559adf0e7..88cf96bdb584 100644
--- a/framework/source/services/sessionlistener.cxx
+++ b/framework/source/services/sessionlistener.cxx
@@ -316,7 +316,6 @@ void SAL_CALL SessionListener::approveInteraction( sal_Bool bInteractionGranted
throw (RuntimeException)
{
// do AutoSave as the first step
- sal_Bool bDispatched = sal_False;
ResetableGuard aGuard(m_aLock);
if ( bInteractionGranted )