diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-03-28 03:58:44 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-03-28 03:58:44 +0200 |
commit | f1e8da595d7eb52cb14b8931d47dfb4b38d868b8 (patch) | |
tree | 36cdb5d3964cff8ae3df597004820678a5fd77be /chart2/source | |
parent | 608ac02d2d469f881659b0726315528d1185e673 (diff) |
add SAL_CALL to ChartModel::dump
Diffstat (limited to 'chart2/source')
-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); }; |