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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx
index caf3cf9fff4d..3e7706b25b1e 100644
--- a/idl/inc/database.hxx
+++ b/idl/inc/database.hxx
@@ -92,7 +92,7 @@ public:
// list of used types while writing
SvRefMemberList<SvMetaType *> aUsedTypes;
- void StartNewFile( const OUString& rName );
+ void StartNewFile( std::u16string_view rName );
void SetExportFile( const OUString& rName )
{ aExportFile = rName; }
void AppendSlot( SvMetaSlot *pSlot );