diff options
Diffstat (limited to 'ucb/source/ucp/file/filnot.cxx')
-rw-r--r-- | ucb/source/ucp/file/filnot.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/filnot.cxx b/ucb/source/ucp/file/filnot.cxx index 728d48eea6ec..dadeffdb9cde 100644 --- a/ucb/source/ucp/file/filnot.cxx +++ b/ucb/source/ucp/file/filnot.cxx @@ -204,7 +204,7 @@ void PropertyChangeNotifier::notifyPropertyChanged( { uno::Sequence< beans::PropertyChangeEvent > Changes = seqChanged; - for( auto& rChange : Changes ) + for( auto& rChange : asNonConstRange(Changes) ) rChange.Source = m_xCreatorContent; // notify listeners for all Events |