diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-06-12 19:51:40 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-06-12 19:51:40 +0300 |
commit | 1b450cfd425a988157d5a7eff86091ba12bc10f4 (patch) | |
tree | ad567d9bd24c3e2525affc77ead0bc81d1de83dd /xmloff | |
parent | b534967caca6767cd2100da363b1da2433640ddd (diff) |
WaE: unused function 'isString'
Change-Id: I991cbf4a0203debaa98887d2db3fec9654dc1c5b
Diffstat (limited to 'xmloff')
-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( |