[Libreoffice-commits] core.git: sd/source

Caolán McNamara caolanm at redhat.com
Thu Mar 26 08:44:26 PDT 2015


 sd/source/ui/app/sdxfer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit df77bc8839f29b7035bd8542cc9f88db31571e88
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Mar 26 15:43:23 2015 +0000

    vexing parse
    
    Change-Id: I6c91d94f7eec6001980fb221891157d1e436e1fb

diff --git a/sd/source/ui/app/sdxfer.cxx b/sd/source/ui/app/sdxfer.cxx
index ac6c4f7..dc1ec49 100644
--- a/sd/source/ui/app/sdxfer.cxx
+++ b/sd/source/ui/app/sdxfer.cxx
@@ -658,7 +658,7 @@ bool SdTransferable::WriteObject( SotStorageStreamRef& rxOStm, void* pObject, So
 void SdTransferable::DragFinished( sal_Int8 nDropAction )
 {
     if( mpSdView )
-        const_cast<::sd::View*>(mpSdView)->DragFinished( nDropAction );
+        const_cast< ::sd::View* >(mpSdView)->DragFinished( nDropAction );
 }
 
 void SdTransferable::ObjectReleased()


More information about the Libreoffice-commits mailing list