summaryrefslogtreecommitdiff
path: root/filter/source/xsltdialog
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-22 16:41:20 +0200
committerNoel Grandin <noel@peralex.com>2016-02-22 16:41:20 +0200
commitbc9aa454ff63a7aa308b84c0170c48dc5267c040 (patch)
tree152c5b4c85f85e896a627e748c1e8688d4c31457 /filter/source/xsltdialog
parent06f9db0db806378391f321388f2125627dbebf27 (diff)
loplugin:commaoperator in filter/
Change-Id: I88697862bfb160d4d7d257bf425507567deae837
Diffstat (limited to 'filter/source/xsltdialog')
-rw-r--r--filter/source/xsltdialog/typedetectionexport.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/xsltdialog/typedetectionexport.cxx b/filter/source/xsltdialog/typedetectionexport.cxx
index eef44cf08101..bb307e14910a 100644
--- a/filter/source/xsltdialog/typedetectionexport.cxx
+++ b/filter/source/xsltdialog/typedetectionexport.cxx
@@ -169,11 +169,11 @@ void TypeDetectionExporter::doExport( Reference< XOutputStream > xOS, const XML
OUString sValue("0");
sValue += sComma;
sValue += pFilter->maType;
- sValue += sComma,
+ sValue += sComma;
sValue += pFilter->maDocumentService;
- sValue += sComma,
+ sValue += sComma;
sValue += sFilterAdaptorService;
- sValue += sComma,
+ sValue += sComma;
sValue += OUString::number( pFilter->maFlags );
sValue += sComma;
sValue += sXSLTFilterService;