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 454a4abdd6de..e8ac3fc8b5df 100644
--- a/rsc/source/res/rsctop.cxx
+++ b/rsc/source/res/rsctop.cxx
@@ -35,8 +35,8 @@ RscTop::RscTop( Atom nId, sal_uInt32 nTypIdent, RscTop * pSuperCl )
pSuperClass->aCallParType );
}
-void RscTop::SetCallPar(const rtl::OString& rPar1, const rtl::OString& rPar2,
- const rtl::OString& rParType)
+void RscTop::SetCallPar(const OString& rPar1, const OString& rPar2,
+ const OString& rParType)
{
aCallPar1 = rPar1;
aCallPar2 = rPar2;