[Libreoffice-commits] core.git: xmloff/source

Tor Lillqvist tml at collabora.com
Thu Jun 12 09:56:47 PDT 2014


 xmloff/source/chart/SchXMLExport.cxx |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit 1b450cfd425a988157d5a7eff86091ba12bc10f4
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Jun 12 19:51:40 2014 +0300

    WaE: unused function 'isString'
    
    Change-Id: I991cbf4a0203debaa98887d2db3fec9654dc1c5b

diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx
index 6189a8b..08b6c15 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(


More information about the Libreoffice-commits mailing list