Kaydet (Commit) d170afda authored tarafından David Tardon's avatar David Tardon

fix loop

Change-Id: I152f7bd7f528d0c485c11ba5e31e8678744a97fb
üst d70ab997
...@@ -397,8 +397,8 @@ void SAL_CALL Theme::disposing (void) ...@@ -397,8 +397,8 @@ void SAL_CALL Theme::disposing (void)
for (ChangeListeners::const_iterator for (ChangeListeners::const_iterator
iContainer(maChangeListeners.begin()), iContainer(maChangeListeners.begin()),
iContainerEnd(maChangeListeners.end()); iContainerEnd(maChangeListeners.end());
iContainerEnd!=iContainerEnd; iContainer != iContainerEnd;
++iContainerEnd) ++iContainer)
{ {
for (ChangeListenerContainer::const_iterator for (ChangeListenerContainer::const_iterator
iListener(iContainer->second.begin()), iListener(iContainer->second.begin()),
......
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