diff options
Diffstat (limited to 'sw/source/uibase/shells/drwtxtsh.cxx')
-rw-r--r-- | sw/source/uibase/shells/drwtxtsh.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/shells/drwtxtsh.cxx b/sw/source/uibase/shells/drwtxtsh.cxx index 4cadee411d4e..70cc06b6cb24 100644 --- a/sw/source/uibase/shells/drwtxtsh.cxx +++ b/sw/source/uibase/shells/drwtxtsh.cxx @@ -313,8 +313,8 @@ void SwDrawTextShell::ExecDrawLingu(SfxRequest &rReq) Any* pArray = aSequence.getArray(); PropertyValue aParam; aParam.Name = "ParentWindow"; - aParam.Value = makeAny(xDialogParentWindow); - pArray[0] = makeAny(aParam); + aParam.Value <<= xDialogParentWindow; + pArray[0] <<= aParam; xInit->initialize( aSequence ); //execute dialog |