[Libreoffice-commits] core.git: Branch 'private/swe/libreoffice-5-2+backports' - sc/source

Vasily Melenchuk Vasily.Melenchuk at cib.de
Fri Dec 1 12:48:47 UTC 2017


 sc/source/ui/view/notemark.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aa3f2a94e05e19c8afeea09491f86cffdfd8c40c
Author: Vasily Melenchuk <Vasily.Melenchuk at cib.de>
Date:   Fri Dec 1 15:30:05 2017 +0300

    tdf#113901: adopting changes to 5.2
    
    Change-Id: I795dcbb55b9be30e86a293c3ff62e640f48918a5

diff --git a/sc/source/ui/view/notemark.cxx b/sc/source/ui/view/notemark.cxx
index 767b9588c2ec..ac72593b1477 100644
--- a/sc/source/ui/view/notemark.cxx
+++ b/sc/source/ui/view/notemark.cxx
@@ -99,7 +99,7 @@ IMPL_LINK_NOARG_TYPED(ScNoteMarker, TimeHdl, Timer *, void)
             pObject = ScNoteUtil::CreateTempCaption( *pDoc, aDocPos, *pPage, aUserText, aVisRect, bLeft );
             if( pObject )
             {
-                aDrawView->SyncForGrid(pObject.get());
+                aDrawView->SyncForGrid(pObject);
                 aRect = pObject->GetCurrentBoundRect();
 
                 // Need to include grid offset: GetCurrentBoundRect is removing it


More information about the Libreoffice-commits mailing list