summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filtask.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filtask.hxx')
-rw-r--r--ucb/source/ucp/file/filtask.hxx30
1 files changed, 15 insertions, 15 deletions
diff --git a/ucb/source/ucp/file/filtask.hxx b/ucb/source/ucp/file/filtask.hxx
index 6b151c2d45f3..6b0e5963ad04 100644
--- a/ucb/source/ucp/file/filtask.hxx
+++ b/ucb/source/ucp/file/filtask.hxx
@@ -536,30 +536,30 @@ namespace fileaccess
/********************************************************************************/
static void notifyPropertyChanges(
- std::vector< std::unique_ptr< PropertyChangeNotifier > > listeners,
- const css::uno::Sequence< css::beans::PropertyChangeEvent >& seqChanged );
+ const std::vector<std::unique_ptr<PropertyChangeNotifier>>& listeners,
+ const css::uno::Sequence<css::beans::PropertyChangeEvent>& seqChanged);
static void notifyContentExchanged(
- std::vector< std::unique_ptr< ContentEventNotifier > > listeners_vec );
+ const std::vector<std::unique_ptr<ContentEventNotifier>>& listeners_vec);
- static void notifyInsert(
- std::vector< std::unique_ptr< ContentEventNotifier > > listeners, const OUString& aChildName );
+ static void
+ notifyInsert(const std::vector<std::unique_ptr<ContentEventNotifier>>& listeners,
+ const OUString& aChildName);
- static void notifyContentDeleted(
- std::vector< std::unique_ptr< ContentEventNotifier > > listeners );
+ static void
+ notifyContentDeleted(const std::vector<std::unique_ptr<ContentEventNotifier>>& listeners);
- static void notifyContentRemoved(
- std::vector< std::unique_ptr< ContentEventNotifier > > listeners,
- const OUString& aChildName );
+ static void
+ notifyContentRemoved(const std::vector<std::unique_ptr<ContentEventNotifier>>& listeners,
+ const OUString& aChildName);
static void notifyPropertyAdded(
- std::vector< std::unique_ptr< PropertySetInfoChangeNotifier > > listeners,
- const OUString& aPropertyName );
+ const std::vector<std::unique_ptr<PropertySetInfoChangeNotifier>>& listeners,
+ const OUString& aPropertyName);
static void notifyPropertyRemoved(
- std::vector< std::unique_ptr< PropertySetInfoChangeNotifier > > listeners,
- const OUString& aPropertyName );
-
+ const std::vector<std::unique_ptr<PropertySetInfoChangeNotifier>>& listeners,
+ const OUString& aPropertyName);
/********************************************************************************/
/* remove persistent propertyset */