Kaydet (Commit) b7dfa4d6 authored tarafından Rosen's avatar Rosen Kaydeden (comit) Noel Grandin

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/29312Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
Tested-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 09e5845b
...@@ -34,10 +34,10 @@ using namespace com::sun::star::xml::sax; ...@@ -34,10 +34,10 @@ using namespace com::sun::star::xml::sax;
using namespace com::sun::star; using namespace com::sun::star;
using namespace std; using namespace std;
static const OUString sNode( "node" ); static const char sNode[] = "node" ;
static const OUString sName( "oor:name" ); static const char sName[] = "oor:name" ;
static const OUString sUIName( "UIName" ); static const char sUIName[] = "UIName" ;
static const OUString sData( "Data" ); static const char sData[] = "Data" ;
TypeDetectionImporter::TypeDetectionImporter() TypeDetectionImporter::TypeDetectionImporter()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment