diff options
Diffstat (limited to 'idl/source/prj')
-rw-r--r-- | idl/source/prj/database.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx index fa37d2d003a3..5761a459c50e 100644 --- a/idl/source/prj/database.cxx +++ b/idl/source/prj/database.cxx @@ -534,10 +534,10 @@ SvMetaClass * SvIdlDataBase::ReadKnownClass( SvTokenStream & rInStm ) return NULL; } -void SvIdlDataBase::Write( const ByteString & rText ) +void SvIdlDataBase::Write(const rtl::OString& rText) { if( nVerbosity != 0 ) - fprintf( stdout, "%s", rText.GetBuffer() ); + fprintf( stdout, "%s", rText.getStr() ); } void SvIdlDataBase::WriteError( const ByteString & rErrWrn, |