diff --git a/extensions/source/logging/csvformatter.cxx b/extensions/source/logging/csvformatter.cxx index 866833c41fd5..9ab747ad504d 100644 --- a/extensions/source/logging/csvformatter.cxx +++ b/extensions/source/logging/csvformatter.cxx @@ -30,6 +30,7 @@ #include #include +#include namespace logging { @@ -91,12 +92,7 @@ namespace bool needsQuoting(const OUString& str) { - static const OUString quote_trigger_chars = "\",\n\r"; - sal_Int32 len = str.getLength(); - for(sal_Int32 i=0; i