summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/ChartTypeTemplate.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-03-26 07:46:30 +0200
committerTor Lillqvist <tml@collabora.com>2014-03-26 07:46:30 +0200
commit975bbf29dfda6296b9f89958fe8c27af372150e7 (patch)
tree2d433b8cb8c6fdd6d5dbe53442b519b045acecdb /chart2/source/model/template/ChartTypeTemplate.cxx
parent86090ef2fb4ea06f687d9e4474b8bdfda6eb6871 (diff)
Error: exception specification of overriding function is more lax than base
Change-Id: Iffcc2084e005b27653964ddc6e965744be370a16
Diffstat (limited to 'chart2/source/model/template/ChartTypeTemplate.cxx')
-rw-r--r--chart2/source/model/template/ChartTypeTemplate.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/model/template/ChartTypeTemplate.cxx b/chart2/source/model/template/ChartTypeTemplate.cxx
index 6cc13bc0e34b..39b57c34a938 100644
--- a/chart2/source/model/template/ChartTypeTemplate.cxx
+++ b/chart2/source/model/template/ChartTypeTemplate.cxx
@@ -179,6 +179,7 @@ uno::Reference< XDiagram > SAL_CALL ChartTypeTemplate::createDiagramByDataSource
}
sal_Bool SAL_CALL ChartTypeTemplate::supportsCategories()
+ throw (::css::uno::RuntimeException, ::std::exception)
{
return sal_True;
}