[Libreoffice-commits] core.git: filter/source
Rosen
rosen at live.com
Tue Sep 27 06:57:38 UTC 2016
filter/source/xsltdialog/typedetectionimport.cxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit b7dfa4d6625d066f5507420089434cb7ac29c968
Author: Rosen <rosen at live.com>
Date: Tue Sep 27 10:05:19 2016 +0530
tdf#38835 - strip out non-trivial globals before main
deleted calling OUString object calling in global
Change-Id: Iac4cb9583bf8c00a6743d018f6234ca5181d72e3
Reviewed-on: https://gerrit.libreoffice.org/29312
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/filter/source/xsltdialog/typedetectionimport.cxx b/filter/source/xsltdialog/typedetectionimport.cxx
index fbe10b5..cb2111a 100644
--- a/filter/source/xsltdialog/typedetectionimport.cxx
+++ b/filter/source/xsltdialog/typedetectionimport.cxx
@@ -34,10 +34,10 @@ using namespace com::sun::star::xml::sax;
using namespace com::sun::star;
using namespace std;
-static const OUString sNode( "node" );
-static const OUString sName( "oor:name" );
-static const OUString sUIName( "UIName" );
-static const OUString sData( "Data" );
+static const char sNode[] = "node" ;
+static const char sName[] = "oor:name" ;
+static const char sUIName[] = "UIName" ;
+static const char sData[] = "Data" ;
TypeDetectionImporter::TypeDetectionImporter()
{
More information about the Libreoffice-commits
mailing list