diff options
Diffstat (limited to 'configmgr/source/broadcaster.hxx')
-rw-r--r-- | configmgr/source/broadcaster.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configmgr/source/broadcaster.hxx b/configmgr/source/broadcaster.hxx index d0c461e731d8..711e7a83bd9e 100644 --- a/configmgr/source/broadcaster.hxx +++ b/configmgr/source/broadcaster.hxx @@ -72,7 +72,7 @@ public: void addChangesNotification( css::uno::Reference< css::util::XChangesListener > const & listener, - css::util::ChangesEvent const & event); + css::util::ChangesEvent const & event, bool bRootListener); void send(); @@ -131,6 +131,7 @@ private: std::vector< ContainerNotification > containerElementReplacedNotifications_; std::vector< PropertyChangeNotification > propertyChangeNotifications_; std::vector< PropertiesChangeNotification > propertiesChangeNotifications_; + std::vector< ChangesNotification > rootChangesNotifications_; std::vector< ChangesNotification > changesNotifications_; }; |