summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorRosen <rosen@live.com>2016-09-27 10:05:19 +0530
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-09-27 06:54:58 +0000
commitb7dfa4d6625d066f5507420089434cb7ac29c968 (patch)
treea4d3524a8057e046ca4d177441181bdb37e8ef59 /filter
parent09e5845b7e68f7c74d5c9b6b3841a0f5ca4ede0a (diff)
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@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xsltdialog/typedetectionimport.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/xsltdialog/typedetectionimport.cxx b/filter/source/xsltdialog/typedetectionimport.cxx
index fbe10b594855..cb2111a2613b 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()
{