diff options
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r-- | sc/inc/docuno.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index 43b5de9a01a6..c276198af067 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -139,8 +139,7 @@ public: bool HasChangesListeners() const; void NotifyChanges( const OUString& rOperation, const ScRangeList& rRanges, - const css::uno::Sequence< css::beans::PropertyValue >& rProperties = - css::uno::Sequence< css::beans::PropertyValue >() ); + const css::uno::Sequence< css::beans::PropertyValue >& rProperties ); virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) throw(css::uno::RuntimeException, std::exception) override; |