summaryrefslogtreecommitdiff
path: root/idl/inc/module.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-16 07:56:50 +0200
committerNoel Grandin <noel@peralex.com>2013-09-17 09:05:17 +0200
commit73c560a63e66a24233e635d60b7a97356eebc1e4 (patch)
tree47641f392a2aac8786117c4a8369f2426ec3a73c /idl/inc/module.hxx
parented53efd9dba377a47765e2633163ca8714c81390 (diff)
convert IDL module from String to OUString
Change-Id: Idf8e0e02ee2fde23959a281cc6ffa1a43ee7f239
Diffstat (limited to 'idl/inc/module.hxx')
-rw-r--r--idl/inc/module.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/inc/module.hxx b/idl/inc/module.hxx
index 7d42b7559b27..d11d2caf420a 100644
--- a/idl/inc/module.hxx
+++ b/idl/inc/module.hxx
@@ -38,7 +38,7 @@ class SvMetaModule : public SvMetaExtern
SvMetaTypeMemberList aTypeList;
SvMetaAttributeMemberList aAttrList;
// browser
- String aIdlFileName;
+ OUString aIdlFileName;
SvString aHelpFileName;
SvString aSlotIdFile;
SvString aTypeLibFile;
@@ -58,7 +58,7 @@ public:
SV_DECL_META_FACTORY1( SvMetaModule, SvMetaExtern, 13 )
SvMetaModule();
- const String & GetIdlFileName() const { return aIdlFileName; }
+ const OUString & GetIdlFileName() const { return aIdlFileName; }
const OString& GetModulePrefix() const { return aModulePrefix.getString(); }
virtual sal_Bool SetName( const OString& rName, SvIdlDataBase * = NULL );
@@ -70,7 +70,7 @@ public:
const SvMetaTypeMemberList & GetTypeList() const { return aTypeList; }
const SvMetaClassMemberList & GetClassList() const { return aClassList; }
- SvMetaModule( const String & rIdlFileName,
+ SvMetaModule( const OUString & rIdlFileName,
sal_Bool bImported );
sal_Bool FillNextName( SvGlobalName * );