diff options
-rw-r--r-- | xmloff/source/chart/SchXMLExport.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx index 6189a8b62542..08b6c1507860 100644 --- a/xmloff/source/chart/SchXMLExport.cxx +++ b/xmloff/source/chart/SchXMLExport.cxx @@ -2542,14 +2542,6 @@ namespace //no doubles and no texts return false; } - - bool isString(const OUString& rString) - { - if(rString.startsWith("\"") && rString.endsWith("\"")) - return true; - - return false; - } } void SchXMLExportHelper_Impl::exportSeries( |