summaryrefslogtreecommitdiffstats
path: root/ucb/source/ucp/file/filnot.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filnot.cxx')
-rw-r--r--ucb/source/ucp/file/filnot.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/filnot.cxx b/ucb/source/ucp/file/filnot.cxx
index 1f38d42cfb7b..393d85cde6e8 100644
--- a/ucb/source/ucp/file/filnot.cxx
+++ b/ucb/source/ucp/file/filnot.cxx
@@ -218,9 +218,10 @@ PropertyChangeNotifier::~PropertyChangeNotifier()
void PropertyChangeNotifier::notifyPropertyChanged(
- uno::Sequence< beans::PropertyChangeEvent > Changes )
+ const uno::Sequence< beans::PropertyChangeEvent >& _Changes )
{
sal_Int32 j;
+ uno::Sequence< beans::PropertyChangeEvent > Changes = _Changes;
for( j = 0; j < Changes.getLength(); ++j )
Changes[j].Source = m_xCreatorContent;