summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
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()
{