[Libreoffice-commits] core.git: Branch 'libreoffice-5-0-3' - sc/source
Michael Meeks
michael.meeks at collabora.com
Thu Oct 15 09:23:47 PDT 2015
sc/source/ui/view/viewfun4.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9e04891b788d8846760277786335028f5a6b71f7
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Thu Oct 15 11:37:03 2015 +0100
tdf#93044 - fix silly calc copy/paste lifecycle issue.
Change-Id: Ic3d26f45251ff27bacd572f0cb7a7aadf091e808
Reviewed-on: https://gerrit.libreoffice.org/19386
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Reviewed-on: https://gerrit.libreoffice.org/19388
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sc/source/ui/view/viewfun4.cxx b/sc/source/ui/view/viewfun4.cxx
index 30320b9..e58267b 100644
--- a/sc/source/ui/view/viewfun4.cxx
+++ b/sc/source/ui/view/viewfun4.cxx
@@ -100,7 +100,7 @@ void ScViewFunc::PasteRTF( SCCOL nStartCol, SCROW nStartRow,
if (pActWin)
{
pEngine->SetPaperSize(Size(100000,100000));
- VclPtrInstance< vcl::Window > aWin( pActWin );
+ ScopedVclPtrInstance< vcl::Window > aWin( pActWin );
EditView aEditView( pEngine.get(), aWin.get() );
aEditView.SetOutputArea(Rectangle(0,0,100000,100000));
More information about the Libreoffice-commits
mailing list