summaryrefslogtreecommitdiff
path: root/chart2/source/model/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-19 10:04:54 +0200
committerNoel Grandin <noel@peralex.com>2015-05-19 10:06:19 +0200
commitf4b4db10da454af98ec6071e20ef0a7e068e11fb (patch)
tree6be0b56e9981d91c3dbc51e1ba0ccff511edfcbf /chart2/source/model/filter
parentbf41d6df35ce9d023b9865cbb007a405d6be02e6 (diff)
fix old GCC build
after my commit 10749bbf8247f0b17201b33f95a090dfc4fc3211 "remove the last of the OUString #defines in header files" Change-Id: I7666cfb28d8a28d541c9d7a51f014ebe53c50551
Diffstat (limited to 'chart2/source/model/filter')
-rw-r--r--chart2/source/model/filter/XMLFilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/filter/XMLFilter.cxx b/chart2/source/model/filter/XMLFilter.cxx
index a12c1f6b5246..feb94a2db053 100644
--- a/chart2/source/model/filter/XMLFilter.cxx
+++ b/chart2/source/model/filter/XMLFilter.cxx
@@ -809,7 +809,7 @@ void XMLReportFilterHelper::isOasisFormat(const Sequence< beans::PropertyValue >
}
OUString XMLReportFilterHelper::getMediaType(bool )
{
- return MIMETYPE_OASIS_OPENDOCUMENT_REPORT_CHART_ASCII;
+ return OUString(MIMETYPE_OASIS_OPENDOCUMENT_REPORT_CHART_ASCII);
}
} // namespace chart