summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/chart/datasourcemodel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/chart/datasourcemodel.hxx')
-rw-r--r--include/oox/drawingml/chart/datasourcemodel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/drawingml/chart/datasourcemodel.hxx b/include/oox/drawingml/chart/datasourcemodel.hxx
index 75a5d012f82b..e6539cae744c 100644
--- a/include/oox/drawingml/chart/datasourcemodel.hxx
+++ b/include/oox/drawingml/chart/datasourcemodel.hxx
@@ -31,7 +31,7 @@ namespace chart {
struct DataSequenceModel
{
- typedef ::std::map< sal_Int32, ::com::sun::star::uno::Any > AnyMap;
+ typedef ::std::map< sal_Int32, css::uno::Any > AnyMap;
AnyMap maData; /// Map of values, indexed by point identifier.
OUString maFormula; /// Formula reference, e.g. into a spreadsheet.