summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-03-28 03:58:44 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-03-28 03:58:44 +0200
commitf1e8da595d7eb52cb14b8931d47dfb4b38d868b8 (patch)
tree36cdb5d3964cff8ae3df597004820678a5fd77be /chart2
parent608ac02d2d469f881659b0726315528d1185e673 (diff)
add SAL_CALL to ChartModel::dump
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/model/main/ChartModel.hxx2
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);
};