summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorChristian M. Heller <christian.heller63@gmail.com>2014-11-02 03:05:01 -0500
committerTobias Madl <tobias.madl.dev@gmail.com>2014-12-09 12:34:56 +0000
commit85efe9c2f0d97e83acfa4cb0a0379fe6a85bccb3 (patch)
tree3c75675b9455589859891fb91a503327d01953e5 /framework
parentd2b701977d65eaa45a1c25a1ac6d8d58131151a5 (diff)
fdo#39468 Translate German Comments - sc/source/core/data/documen2.cxx
Change-Id: I9a426f40f8cdce1f1ebe207dd9ada8154d8fde46 Reviewed-on: https://gerrit.libreoffice.org/12195 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/toolbarmanager.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/uielement/toolbarmanager.cxx b/framework/source/uielement/toolbarmanager.cxx
index 5391ce4b83d8..e7ea5a5902d0 100644
--- a/framework/source/uielement/toolbarmanager.cxx
+++ b/framework/source/uielement/toolbarmanager.cxx
@@ -243,7 +243,7 @@ ToolBarManager::ToolBarManager( const Reference< XComponentContext >& rxContext,
ToolBarManager::~ToolBarManager()
{
- assert(!m_aAsyncUpdateControllersTimer.IsActive());
+ assert(!m_aAsyncUpdateControllersIdle.IsActive());
OSL_ASSERT( m_pToolBar == 0 );
OSL_ASSERT( !m_bAddedToTaskPaneList );
}
@@ -629,7 +629,7 @@ void SAL_CALL ToolBarManager::dispose() throw( RuntimeException, std::exception
// stop timer to prevent timer events after dispose
// do it last because other calls could restart timer in StateChanged()
- m_aAsyncUpdateControllersTimer.Stop();
+ m_aAsyncUpdateControllersIdle.Stop();
m_bDisposed = true;
}