From 10749bbf8247f0b17201b33f95a090dfc4fc3211 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 17 May 2015 09:47:07 +0200 Subject: remove the last of the OUString #defines in header files Change-Id: Id9e8ce7987e055e83b52c7024413570f262e6e8d --- chart2/source/model/filter/XMLFilter.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chart2/source/model/filter') diff --git a/chart2/source/model/filter/XMLFilter.cxx b/chart2/source/model/filter/XMLFilter.cxx index 07125082ff95..a12c1f6b5246 100644 --- a/chart2/source/model/filter/XMLFilter.cxx +++ b/chart2/source/model/filter/XMLFilter.cxx @@ -775,7 +775,7 @@ void XMLFilter::isOasisFormat(const Sequence< beans::PropertyValue >& _rMediaDes } OUString XMLFilter::getMediaType(bool _bOasis) { - return _bOasis ? MIMETYPE_OASIS_OPENDOCUMENT_CHART : MIMETYPE_VND_SUN_XML_CHART; + return _bOasis ? OUString(MIMETYPE_OASIS_OPENDOCUMENT_CHART_ASCII) : OUString(MIMETYPE_VND_SUN_XML_CHART_ASCII); } OUString SAL_CALL XMLFilter::getImplementationName() @@ -809,7 +809,7 @@ void XMLReportFilterHelper::isOasisFormat(const Sequence< beans::PropertyValue > } OUString XMLReportFilterHelper::getMediaType(bool ) { - return MIMETYPE_OASIS_OPENDOCUMENT_REPORT_CHART; + return MIMETYPE_OASIS_OPENDOCUMENT_REPORT_CHART_ASCII; } } // namespace chart -- cgit 5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/helpcompiler/inc/BasCodeTagger.hxx
AgeCommit message (Expand)Author
2019-11-03make some classes module-privateNoel Grandin
2019-05-30tdf#42949 Fix IWYU warnings in helpcompiler/Gabor Kelemen
2018-01-15loplugin:useuniqueptr in BasicCodeTaggerNoel Grandin
2017-11-26Replace lists by vector and deque (helpcompiler)Julien Nabet
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin
2017-01-25loplugin: unnecessary destructor forms..idlcNoel Grandin
2016-02-24convert TokenTypes to scoped enumNoel Grandin
2016-01-18Remove unused FILE_WRITING BasicCodeTagger::TaggerExceptionStephan Bergmann
2015-11-20loplugin:unusedfields helpcompilerNoel Grandin