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

New commits:
commit aa3f2a94e05e19c8afeea09491f86cffdfd8c40c
Author: Vasily Melenchuk <vasily.melenc...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to