diff options
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/ChartModel.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/inc/ChartModel.hxx b/chart2/inc/ChartModel.hxx index d13c672dccd9..063e3fc6a72b 100644 --- a/chart2/inc/ChartModel.hxx +++ b/chart2/inc/ChartModel.hxx @@ -187,13 +187,13 @@ private: impl_getCurrentController(); /// @throws css::uno::RuntimeException - void SAL_CALL + void impl_notifyModifiedListeners(); /// @throws css::uno::RuntimeException - void SAL_CALL + void impl_notifyCloseListeners(); /// @throws css::uno::RuntimeException - void SAL_CALL + void impl_notifyStorageChangeListeners(); void impl_store( |