summaryrefslogtreecommitdiff
path: root/rsc/source/res/rsctop.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/res/rsctop.cxx')
-rw-r--r--rsc/source/res/rsctop.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsc/source/res/rsctop.cxx b/rsc/source/res/rsctop.cxx
index 2bc78f380345..c5ffa5ac4d77 100644
--- a/rsc/source/res/rsctop.cxx
+++ b/rsc/source/res/rsctop.cxx
@@ -58,8 +58,8 @@ RscTop::RscTop( Atom nId, sal_uInt32 nTypIdent, RscTop * pSuperCl )
|* RscTop::SetCallPar()
|*
*************************************************************************/
-void RscTop::SetCallPar( const ByteString & rPar1, const ByteString & rPar2,
- const ByteString & rParType )
+void RscTop::SetCallPar(const rtl::OString& rPar1, const rtl::OString& rPar2,
+ const rtl::OString& rParType)
{
aCallPar1 = rPar1;
aCallPar2 = rPar2;