summaryrefslogtreecommitdiff
path: root/rsc/source/res/rscall.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/res/rscall.cxx')
-rw-r--r--rsc/source/res/rscall.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/source/res/rscall.cxx b/rsc/source/res/rscall.cxx
index d2dbfb04d0ca..5bbbab5a4d2d 100644
--- a/rsc/source/res/rscall.cxx
+++ b/rsc/source/res/rscall.cxx
@@ -40,7 +40,7 @@ void InitRscCompiler()
pStdPar1 = new OString('(');
pStdPar2 = new OString('(');
- pWinParType = new OString("( Window * pParent, const ResId & rResId, sal_Bool");
+ pWinParType = new OString("( vcl::Window * pParent, const ResId & rResId, sal_Bool");
pWinPar1 = new OString("( pParent,");
pWinPar2 = new OString("( this,");
nRefDeep = 10;