summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/template/ChartTypeTemplate.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-27 08:11:10 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-27 14:00:28 +0200
commit92b447876d1d9c10fba17e5f527332fe6ec07fb9 (patch)
tree92714b5d8db4fbf2d7a56aca8be0450269397be4 /chart2/source/model/template/ChartTypeTemplate.cxx
parentuse namespace css instead of com::sun (diff)
downloadcore-92b447876d1d9c10fba17e5f527332fe6ec07fb9.tar.gz
core-92b447876d1d9c10fba17e5f527332fe6ec07fb9.zip
css already means ::com::sun::star
Change-Id: I48d7b746d7cc49246743c62480b0d225d2519342
Diffstat (limited to 'chart2/source/model/template/ChartTypeTemplate.cxx')
-rw-r--r--chart2/source/model/template/ChartTypeTemplate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/template/ChartTypeTemplate.cxx b/chart2/source/model/template/ChartTypeTemplate.cxx
index e1296cfc9d3f..1940305d5998 100644
--- a/chart2/source/model/template/ChartTypeTemplate.cxx
+++ b/chart2/source/model/template/ChartTypeTemplate.cxx
@@ -179,7 +179,7 @@ uno::Reference< XDiagram > SAL_CALL ChartTypeTemplate::createDiagramByDataSource
}
sal_Bool SAL_CALL ChartTypeTemplate::supportsCategories()
- throw (::css::uno::RuntimeException, ::std::exception)
+ throw (css::uno::RuntimeException, ::std::exception)
{
return sal_True;
}