summaryrefslogtreecommitdiff
path: root/idl/inc/database.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/database.hxx')
-rw-r--r--idl/inc/database.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx
index 44ef25eafbcf..79d289bee697 100644
--- a/idl/inc/database.hxx
+++ b/idl/inc/database.hxx
@@ -115,7 +115,7 @@ public:
void InsertId( const OString& rIdName, sal_uLong nVal );
bool ReadIdFile( std::string_view rFileName );
- SvMetaType * FindType( const OString& rName );
+ SvMetaType * FindType( std::string_view rName );
static SvMetaType * FindType( const SvMetaType *, SvRefMemberList<SvMetaType *>& );
SvMetaType * ReadKnownType( SvTokenStream & rInStm );
@@ -123,7 +123,7 @@ public:
SvMetaType * pType );
SvMetaAttribute * FindKnownAttr( const SvIdentifier& );
SvMetaClass * ReadKnownClass( SvTokenStream & rInStm );
- SvMetaClass * FindKnownClass( const OString& aName );
+ SvMetaClass * FindKnownClass( std::string_view aName );
void AddDepFile(OUString const& rFileName);
void WriteDepFile(SvFileStream & rStream, std::u16string_view rTarget);
};