diff options
-rw-r--r-- | chart2/source/model/main/ChartModel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/main/ChartModel.hxx b/chart2/source/model/main/ChartModel.hxx index b3bc2eb06656..2febb5b472ce 100644 --- a/chart2/source/model/main/ChartModel.hxx +++ b/chart2/source/model/main/ChartModel.hxx @@ -611,7 +611,7 @@ public: throw (::com::sun::star::uno::RuntimeException); // XDumper - virtual rtl::OUString dump() + virtual rtl::OUString SAL_CALL dump() throw (com::sun::star::uno::RuntimeException); }; |