diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-16 07:56:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-17 09:05:17 +0200 |
commit | 73c560a63e66a24233e635d60b7a97356eebc1e4 (patch) | |
tree | 47641f392a2aac8786117c4a8369f2426ec3a73c /idl/source/objects | |
parent | ed53efd9dba377a47765e2633163ca8714c81390 (diff) |
convert IDL module from String to OUString
Change-Id: Idf8e0e02ee2fde23959a281cc6ffa1a43ee7f239
Diffstat (limited to 'idl/source/objects')
-rw-r--r-- | idl/source/objects/module.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/objects/module.cxx b/idl/source/objects/module.cxx index 05c258565eb5..03bb4aafc57a 100644 --- a/idl/source/objects/module.cxx +++ b/idl/source/objects/module.cxx @@ -35,7 +35,7 @@ SvMetaModule::SvMetaModule() { } -SvMetaModule::SvMetaModule( const String & rIdlFileName, sal_Bool bImp ) +SvMetaModule::SvMetaModule( const OUString & rIdlFileName, sal_Bool bImp ) : aIdlFileName( rIdlFileName ) , bImported( bImp ), bIsModified( sal_False ) { |